posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / strstr-tests
blob4817177913379108d3761ce6da71db6777d9fbe9
1 Files:
2 tests/test-strstr.c
3 tests/zerosize-ptr.h
4 tests/signature.h
5 tests/macros.h
6 m4/mmap-anon.m4
8 Depends-on:
9 extensions
10 getpagesize
12 configure.ac:
13 AC_CHECK_DECLS_ONCE([alarm])
14 gl_FUNC_MMAP_ANON
15 AC_CHECK_HEADERS_ONCE([sys/mman.h])
16 AC_CHECK_FUNCS_ONCE([mprotect])
18 Makefile.am:
19 TESTS += test-strstr
20 check_PROGRAMS += test-strstr