1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/strnlen-tests
Eric Blake 471fe3b7c9 strnlen: add tests
* modules/strnlen-tests: New file.
* tests/test-strnlen.c: Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
2010-09-15 13:56:29 -06:00

21 lines
355 B
Plaintext

Files:
tests/test-strnlen.c
tests/zerosize-ptr.h
tests/signature.h
tests/macros.h
m4/mmap-anon.m4
Depends-on:
extensions
getpagesize
configure.ac:
dnl Check for prerequisites for memory fence checks.
gl_FUNC_MMAP_ANON
AC_CHECK_HEADERS_ONCE([sys/mman.h])
AC_CHECK_FUNCS_ONCE([mprotect])
Makefile.am:
TESTS += test-strnlen
check_PROGRAMS += test-strnlen