summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2015-01-23 22:45:02 +0000
committerDmitry V. Levin <ldv@altlinux.org>2015-01-24 03:39:34 +0000
commit679c47c3484a30400d32bed86c72971c85554edb (patch)
treefefdd68847463d726a68f9524216f6d80c1e2aa8 /.gitignore
parent05884d866c1d108fbc83bb8161051c156aacfde6 (diff)
downloadstrace-679c47c3484a30400d32bed86c72971c85554edb.tar.gz
tests: run tests for each supported personality
When strace supports more than one personality, run test suite for each personality supported by the host system. * bootstrap: Create tests-m32 and tests-mx32 subtrees from tests. * configure.ac: Check for -m32 and -mx32 runtime support. (AC_CONFIG_FILES): Add tests-m32/Makefile and tests-mx32/Makefile. * Makefile.am [HAVE_M32_RUNTIME] (TESTS_M32): Define. [HAVE_MX32_RUNTIME] (TESTS_MX32): Define. (SUBDIRS): Add $(TESTS_M32) $(TESTS_MX32). * .gitignore: Add /tests-m32 and /tests-mx32.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 8fac8fa04..770bba780 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,13 +29,14 @@ Makefile.in
/stamp-h1
/*.gdb
-/ioctls.h
-/ioctldefs.h
-/ioctlsort
/strace
/test-driver
/ioctlent[012].h
/ioctls_all[012].h
+/ioctlsort[012]
/strace-*.tar.xz
+
+/tests-m32
+/tests-mx32