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 <sit@emilsit.net>
This commit is contained in:
Emil Sit
2009-03-23 12:09:04 -04:00
parent b17cb11ec6
commit 5789f5b4c2

2
tests/Makefile Normal file
View File

@@ -0,0 +1,2 @@
test:
$(MAKE) -C .. test