aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/filters.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/filters.sh')
-rwxr-xr-xtest/filters/filters.sh7
1 files changed, 7 insertions, 0 deletions
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
113else 113else
114 echo "TESTING SKIP: seccomp dual, not running on x86_64" 114 echo "TESTING SKIP: seccomp dual, not running on x86_64"
115fi 115fi
116
117if [ "$(uname -m)" = "x86_64" ]; then
118 echo "TESTING: seccomp join (test/filters/seccomp-join.exp)"
119 ./seccomp-join.exp
120else
121 echo "TESTING SKIP: seccomp join test implemented only for x86_64"
122fi