mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/strnlen-tests: New file. * tests/test-strnlen.c: Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
21 lines
355 B
Plaintext
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
|