summaryrefslogtreecommitdiff
path: root/tests/.gitignore
diff options
context:
space:
mode:
authorMathias Krause <minipli@googlemail.com>2015-07-15 22:32:12 +0200
committerPaul Moore <pmoore@redhat.com>2015-07-16 22:06:35 -0400
commitbfac175ac1222ca59045eeecd8d27df9dd7bab4d (patch)
treefc2e7872e53799a40c3a0b77fcc7a4493f58b827 /tests/.gitignore
parentb104193d48d479b7e342c292ddcae0133575f68a (diff)
downloadlibseccomp-bfac175ac1222ca59045eeecd8d27df9dd7bab4d.tar.gz
tests: fix sequence number generation
Because of incorrect number sequence generation by seq(1) on at least 32 bit ARM systems using coreutils v8.23/v8.24 we provide a minimal seq(1) implementation that fits our needs. This fixes the bug mentioned in the following mailing thread: https://groups.google.com/forum/#!topic/libseccomp/VtrClkXxLGA Signed-off-by: Mathias Krause <minipli@googlemail.com> [PM: subject line, build locations, and vertical whitespace tweaks] Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r--tests/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index 43ba0c1..d47ea65 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,6 +1,7 @@
*.bpf
*.bpfd
*.pfc
+miniseq
util.pyc
00-test.c
00-test
@@ -32,3 +33,4 @@ util.pyc
26-sim-arch_all_be_basic
27-sim-bpf_blk_state
28-sim-arch_x86
+