diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-02-24 18:22:06 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2016-03-01 03:12:24 +0000 |
commit | 91f9f8f1bae7e0f900124d37c45a9abb4d147902 (patch) | |
tree | 00db40a152b74d7ea56776d03a5a0e7d73fe515d /test/TEST-08-ISSUE-2730/Makefile | |
parent | 97a437d24cc97bc7132d3d3696b4c41e5a93edca (diff) |
tests: add test for https://github.com/systemd/systemd/issues/2730
Diffstat (limited to 'test/TEST-08-ISSUE-2730/Makefile')
-rw-r--r-- | test/TEST-08-ISSUE-2730/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/TEST-08-ISSUE-2730/Makefile b/test/TEST-08-ISSUE-2730/Makefile new file mode 100644 index 0000000000..5e89a29eff --- /dev/null +++ b/test/TEST-08-ISSUE-2730/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 |