test: add missing Makefile.testdir
parent
d52c4a761a
commit
8482be832c
|
|
@ -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
|
||||||
Loading…
Reference in New Issue