summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-09-24 00:58:57 +0100
committerColin Watson <cjwatson@debian.org>2014-09-24 00:58:57 +0100
commitbea294a14a136e9ef7c0ed36a62bca68e9ff272e (patch)
treea289d27ad6e31317bae1dc95a658957ba90ab4a1 /.gitignore
parentfe340c4a3c1ed567d8cbaa7a40e3c0b82edf4520 (diff)
Fix tests when build fs does not support high-precision timestamps
* gnulib: Import nanosleep module. * configure.ac: Remove STAT_HAS_NSEC substitution. * src/tests/Makefile.am (TESTS_ENVIRONMENT): Stop exporting STAT_HAS_NSEC. (AM_CPPFLAGS, AM_CFLAGS, check_PROGRAMS, fspause_SOURCES, fspause_LDADD): Add. * src/tests/fspause.c: New file. * src/tests/mandb-2, src/tests/mandb-3, src/tests/mandb-4, src/tests/mandb-5: Call ./fspause rather than next_second. * src/tests/testlib.sh (next_second): Remove. * .gitignore: Add src/tests/.deps and src/tests/fspause. * NEWS: Document this.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 446ec4e8..fddc45ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -133,8 +133,10 @@ src/whatis
src/wrapper
src/zsoelim
src/zsoelim.c
+src/tests/.deps
src/tests/*.log
src/tests/*.trs
src/tests/Makefile
+src/tests/fspause
src/tests/tmp-*
tools/Makefile