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

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