]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
test: add missing Makefile.testdir
authorHarald Hoyer <harald@redhat.com>
Fri, 28 Feb 2014 11:57:57 +0000 (12:57 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 28 Feb 2014 11:57:57 +0000 (12:57 +0100)
test/Makefile.testdir [new file with mode: 0644]

diff --git a/test/Makefile.testdir b/test/Makefile.testdir
new file mode 100644 (file)
index 0000000..33c2a9a
--- /dev/null
@@ -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