summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--src/.gitignore1
-rw-r--r--tests/.gitignore3
-rw-r--r--tests/Makefile.am10
4 files changed, 8 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 66d149a..2444e25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_INIT([libseccomp], [0.0.0])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([configure.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax no-dist-gzip dist-xz])
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax no-dist-gzip dist-xz serial-tests])
AC_PROG_CC
AM_PROG_CC_C_O
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..e703154
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1 @@
+libseccomp.a
diff --git a/tests/.gitignore b/tests/.gitignore
index 9b5a1b2..6c2440b 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -26,6 +26,7 @@ util.pyc
20-live-basic_die
21-live-basic_allow
22-sim-basic_chains_array
-23-sim-arch_all_basic
+23-sim-arch_all_le_basic
24-live-arg_allow
25-sim-multilevel_chains_adv
+26-sim-arch_all_be_basic
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7d76267..5a9a112 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -9,11 +9,7 @@ util_la_LDFLAGS = -module
TESTS = regression
-EXTRA_DIST = regression *.tests
-BUILT_SOURCES = 00-test.c
-
check_PROGRAMS = \
- 00-test \
01-sim-allow \
02-sim-basic \
03-sim-basic_chains \
@@ -41,5 +37,7 @@ check_PROGRAMS = \
25-sim-multilevel_chains_adv \
26-sim-arch_all_be_basic
-00-test.c:
- if ! test -e $@; then echo "int main(void) { return 0; }" >$@; fi
+EXTRA_PROGRAMS = 00-test
+
+clean-local:
+ ${RM} -f 00-test