From a35c6abafae546de74824e3b8425d61843ce4bf4 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 8 Jan 2019 14:06:48 -0500 Subject: testing seccomp/join --- test/filters/filters.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/filters/filters.sh') diff --git a/test/filters/filters.sh b/test/filters/filters.sh index 917aa93b6..259045e77 100755 --- a/test/filters/filters.sh +++ b/test/filters/filters.sh @@ -113,3 +113,10 @@ if [ "$(uname -m)" = "x86_64" ]; then else echo "TESTING SKIP: seccomp dual, not running on x86_64" fi + +if [ "$(uname -m)" = "x86_64" ]; then + echo "TESTING: seccomp join (test/filters/seccomp-join.exp)" + ./seccomp-join.exp +else + echo "TESTING SKIP: seccomp join test implemented only for x86_64" +fi -- cgit v1.2.3-54-g00ecf