test: add missing Makefile.testdir

This commit is contained in:
Harald Hoyer 2014-02-28 12:57:57 +01:00
parent 5f6a495bf4
commit 6fe0abbf12

12
test/Makefile.testdir Normal file
View File

@ -0,0 +1,12 @@
.PHONY: all setup clean run
all:
@$(MAKE) -s --no-print-directory -C ../.. all
@V=$(V) basedir=../.. testdir=../ ./test.sh --all
setup:
@$(MAKE) --no-print-directory -C ../.. all
@basedir=../.. testdir=../ ./test.sh --setup
clean:
@basedir=../.. testdir=../ ./test.sh --clean
run:
@basedir=../.. testdir=../ ./test.sh --run