autoupdate
[gnulib.git] / modules / strstr-tests
index 23e67b0..4817177 100644 (file)
@@ -1,12 +1,20 @@
 Files:
 tests/test-strstr.c
+tests/zerosize-ptr.h
+tests/signature.h
+tests/macros.h
+m4/mmap-anon.m4
 
 Depends-on:
+extensions
+getpagesize
 
 configure.ac:
 AC_CHECK_DECLS_ONCE([alarm])
+gl_FUNC_MMAP_ANON
+AC_CHECK_HEADERS_ONCE([sys/mman.h])
+AC_CHECK_FUNCS_ONCE([mprotect])
 
 Makefile.am:
 TESTS += test-strstr
 check_PROGRAMS += test-strstr
-