From 5789f5b4c2b15eca4072d2745d1de35bb1bff883 Mon Sep 17 00:00:00 2001 From: Emil Sit Date: Mon, 23 Mar 2009 12:09:04 -0400 Subject: [PATCH] Convenience Makefile for running tests inside tests dir. Simply call up to parent directory where all the real rules are specified. Signed-off-by: Emil Sit --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/Makefile diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..6057895 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,2 @@ +test: + $(MAKE) -C .. test