gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / memrchr-tests
blob2b4a9bd4b0878ee6598a12462e4ed22d305742bd
1 Files:
2 tests/test-memrchr.c
3 tests/zerosize-ptr.h
4 tests/signature.h
5 tests/macros.h
6 m4/mmap-anon.m4
8 Depends-on:
9 c99
10 extensions
11 getpagesize
13 configure.ac:
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-memrchr
20 check_PROGRAMS += test-memrchr