From: Harald Hoyer Date: Fri, 28 Feb 2014 11:57:57 +0000 (+0100) Subject: test: add missing Makefile.testdir X-Git-Tag: 037~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe0abbf12097df30f8ca9b40817d7310886235a;p=thirdparty%2Fdracut.git test: add missing Makefile.testdir --- diff --git a/test/Makefile.testdir b/test/Makefile.testdir new file mode 100644 index 000000000..33c2a9a4c --- /dev/null +++ b/test/Makefile.testdir @@ -0,0 +1,12 @@ +.PHONY: all setup clean run + +all: + @$(MAKE) -s --no-print-directory -C ../.. all + @V=$(V) basedir=../.. testdir=../ ./test.sh --all +setup: + @$(MAKE) --no-print-directory -C ../.. all + @basedir=../.. testdir=../ ./test.sh --setup +clean: + @basedir=../.. testdir=../ ./test.sh --clean +run: + @basedir=../.. testdir=../ ./test.sh --run