From 5e2c93666f2590614214a33027002b431ebafebc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 31 Dec 2011 13:48:35 +0100 Subject: test: rename test directory --- test/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/Makefile (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000000..9aa46b4eb6 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,7 @@ +# Just a little hook script to easy building when in this directory + +all: + $(MAKE) -C .. + +clean: + $(MAKE) -C .. clean -- cgit v1.2.3-54-g00ecf