From 5c7290b1956453024fc14abba2385ea9e9bccf8c Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sun, 31 Jan 2016 09:01:43 +0000 Subject: tests: add test-selinux-checks --- test/TEST-06-SELINUX/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/TEST-06-SELINUX/Makefile (limited to 'test/TEST-06-SELINUX/Makefile') diff --git a/test/TEST-06-SELINUX/Makefile b/test/TEST-06-SELINUX/Makefile new file mode 100644 index 0000000000..5e89a29eff --- /dev/null +++ b/test/TEST-06-SELINUX/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 -- cgit v1.2.3-54-g00ecf