diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-05-01 16:31:36 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2016-05-01 16:40:21 +0000 |
commit | cd4c260323dd07d8175a62ca3234e9d7ccfeeb45 (patch) | |
tree | 35542d5489361c356d5a72ffa3aaed0ac2c73b45 /test/TEST-08-ISSUE-2730/Makefile | |
parent | 52c0bed3fb976be2b153b10f0a7dfb6f0faa9834 (diff) |
tests: use symlink to Makefile
Diffstat (limited to 'test/TEST-08-ISSUE-2730/Makefile')
l---------[-rw-r--r--] | test/TEST-08-ISSUE-2730/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/test/TEST-08-ISSUE-2730/Makefile b/test/TEST-08-ISSUE-2730/Makefile index 5e89a29eff..e9f93b1104 100644..120000 --- a/test/TEST-08-ISSUE-2730/Makefile +++ b/test/TEST-08-ISSUE-2730/Makefile @@ -1,10 +1 @@ -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 +../TEST-01-BASIC/Makefile
\ No newline at end of file |