1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-20 11:01:20 +03:00
Files
gnulib/modules/strstr-tests
Eric Blake 294cd32bca test-strstr: use memory fence, when possible
* tests/test-strstr.c (main): Use memory fence, in order to be
more likely to trigger Debian bug 521737.
* modules/strstr-tests (Files): Pull in additional files.

Signed-off-by: Eric Blake <ebb9@byu.net>
2009-06-08 06:34:32 -06:00

19 lines
295 B
Plaintext

Files:
tests/test-strstr.c
tests/zerosize-ptr.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