diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-12-13 10:36:03 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2016-12-13 12:58:42 +0000 |
commit | fcb2427055bc2e1d8f009ebf3b4d8b1b2bb14faa (patch) | |
tree | 6ea27ead454919df1ba59cd0ff553d5f6a096a38 /test/TEST-14-MACHINE-ID/Makefile | |
parent | 6916b164642d8bb4938878f4284f8ee5ccf3efd6 (diff) |
core: machine_id_setup overwrites broken machine-id
Diffstat (limited to 'test/TEST-14-MACHINE-ID/Makefile')
-rw-r--r-- | test/TEST-14-MACHINE-ID/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/TEST-14-MACHINE-ID/Makefile b/test/TEST-14-MACHINE-ID/Makefile new file mode 100644 index 0000000000..5e89a29eff --- /dev/null +++ b/test/TEST-14-MACHINE-ID/Makefile @@ -0,0 +1,10 @@ +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 |