tests: use symlink to Makefile

This commit is contained in:
Evgeny Vereshchagin 2016-05-01 16:31:36 +00:00
parent 52c0bed3fb
commit cd4c260323
2 changed files with 2 additions and 20 deletions

View File

@ -1,10 +0,0 @@
all:
@make -s --no-print-directory -C ../.. all
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --all
setup:
@make --no-print-directory -C ../.. all
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup
clean:
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --clean
run:
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --run

View File

@ -0,0 +1 @@
../TEST-01-BASIC/Makefile

View File

@ -1,10 +0,0 @@
all:
@make -s --no-print-directory -C ../.. all
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --all
setup:
@make --no-print-directory -C ../.. all
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup
clean:
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --clean
run:
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --run

View File

@ -0,0 +1 @@
../TEST-01-BASIC/Makefile