summaryrefslogtreecommitdiff
path: root/tests/.gitignore
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2016-02-09 07:21:33 -0500
committerPaul Moore <paul@paul-moore.com>2016-02-09 08:32:30 -0500
commitd76fc6a7aef6855d0a93a303f6c19726390f70b7 (patch)
tree05a3afa0874588a32b398c0bbafb934e8ef15394 /tests/.gitignore
parent19ef09ba70aea96863cbeee4fbe5e5253ae07424 (diff)
downloadlibseccomp-d76fc6a7aef6855d0a93a303f6c19726390f70b7.tar.gz
tests: add a test for the different types of socket syscallsworking-pcmoore
We need to test that we are generating filters that can handle both the legacy multiplexed socket syscalls as well as the new direct wired socket syscalls. Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r--tests/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index e0297ea..fe51c14 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -34,3 +34,4 @@ util.pyc
27-sim-bpf_blk_state
28-sim-arch_x86
29-sim-pseudo_syscall
+30-sim-socket_syscalls