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

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