Browse Source

ci(TEST-60-BONDBRIDGEVLANIFCFG): use toplevel Makefile

Signed-off-by: David Disseldorp <ddiss@suse.de>
master
David Disseldorp 3 years ago committed by Harald Hoyer
parent
commit
1c3f79fb0a
  1. 11
      test/TEST-60-BONDBRIDGEVLANIFCFG/Makefile

11
test/TEST-60-BONDBRIDGEVLANIFCFG/Makefile

@ -1,10 +1 @@ @@ -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

Loading…
Cancel
Save