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

a56a5e
From 8482be832cc24bf2676dca3dcebd2ee82396ab37 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
1755ca
index 00000000..33c2a9a4
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