diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-05-01 21:06:41 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-05-01 21:06:41 +0200 |
commit | 6738873efce1370f5db31511800138ad1768feae (patch) | |
tree | 3040602a1ce459dc544a68331f5109cba98fecc1 /test | |
parent | 7178cd76f225a1c48911c68f2ae1855e97ff1397 (diff) | |
parent | a9c76ada086f933eae26ea13a272a435da430cb6 (diff) |
Merge pull request #3165 from evverx/tests-cleanups
tests,build-sys: some cleanups
Diffstat (limited to 'test')
l---------[-rw-r--r--] | test/TEST-06-SELINUX/Makefile | 11 | ||||
l---------[-rw-r--r--] | test/TEST-08-ISSUE-2730/Makefile | 11 |
2 files changed, 2 insertions, 20 deletions
diff --git a/test/TEST-06-SELINUX/Makefile b/test/TEST-06-SELINUX/Makefile index 5e89a29eff..e9f93b1104 100644..120000 --- a/test/TEST-06-SELINUX/Makefile +++ b/test/TEST-06-SELINUX/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 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 |