TEST-70-BONDBRIDGETEAMVLAN: get rid of duplicate makefile

master
Lubomir Rintel 2019-06-21 13:41:51 +02:00 committed by Harald Hoyer
parent 43c8c4ce04
commit c21c1d459e
1 changed files with 1 additions and 10 deletions

View File

@ -1,10 +1 @@
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
-include ../Makefile.testdir