test: add missing Makefile.testdir

Harald Hoyer 2014-02-28 12:57:57 +01:00
parent d52c4a761a
commit 8482be832c
1 changed files with 12 additions and 0 deletions

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