git-merge-changelog: Simplify installation instructions.
[gnulib.git] / modules / strstr-tests
blob624204a2373724188cdffd3e9ea66518893580f1
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
11 configure.ac:
12 AC_CHECK_DECLS_ONCE([alarm])
13 gl_FUNC_MMAP_ANON
14 AC_CHECK_HEADERS_ONCE([sys/mman.h])
15 AC_CHECK_FUNCS_ONCE([mprotect])
17 Makefile.am:
18 TESTS += test-strstr
19 check_PROGRAMS += test-strstr