mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* 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>
19 lines
295 B
Plaintext
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
|