diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-03-14 09:12:29 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-03-14 09:12:29 -0400 |
commit | 70e43ee7be6ee8d1e8aa4b2984a72baa25709c2e (patch) | |
tree | df054eed7a081e7a1c6da3edf2a9d3b7a373af1a /test/TEST-08-ISSUE-2730/Makefile | |
parent | 51f2174037055da7d974b9f8739a98da7f493432 (diff) | |
parent | 91f9f8f1bae7e0f900124d37c45a9abb4d147902 (diff) |
Merge pull request #2735 from evverx/fix-2730
Add test for -.mount with Alias=root.mount, bug #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 |