Blame SOURCES/0141-test-add-missing-Makefile.testdir.patch

966cef
From 6ccf39ef1b96d4992abd6b6e95a1f6945592accc Mon Sep 17 00:00:00 2001
966cef
From: Harald Hoyer <harald@redhat.com>
966cef
Date: Fri, 28 Feb 2014 12:57:57 +0100
966cef
Subject: [PATCH] test: add missing Makefile.testdir
966cef
966cef
---
966cef
 test/Makefile.testdir | 12 ++++++++++++
966cef
 1 file changed, 12 insertions(+)
966cef
 create mode 100644 test/Makefile.testdir
966cef
966cef
diff --git a/test/Makefile.testdir b/test/Makefile.testdir
966cef
new file mode 100644
966cef
index 0000000..33c2a9a
966cef
--- /dev/null
966cef
+++ b/test/Makefile.testdir
966cef
@@ -0,0 +1,12 @@
966cef
+.PHONY: all setup clean run
966cef
+
966cef
+all:
966cef
+	@$(MAKE) -s --no-print-directory -C ../.. all
966cef
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
966cef
+setup:
966cef
+	@$(MAKE) --no-print-directory -C ../.. all
966cef
+	@basedir=../.. testdir=../ ./test.sh --setup
966cef
+clean:
966cef
+	@basedir=../.. testdir=../ ./test.sh --clean
966cef
+run:
966cef
+	@basedir=../.. testdir=../ ./test.sh --run