repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
strerrorname_np: Add tests.
[gnulib.git]
/
modules
/
strnlen-tests
blob
31a36cf6c53a80e901e628388bda691dff0bef5a
1
Files:
2
tests/test-strnlen.c
3
tests/zerosize-ptr.h
4
tests/signature.h
5
tests/macros.h
6
m4/mmap-anon.m4
7
8
Depends-on:
9
extensions
10
getpagesize
11
12
configure.ac:
13
dnl Check for prerequisites for memory fence checks.
14
gl_FUNC_MMAP_ANON
15
AC_CHECK_HEADERS_ONCE([sys/mman.h])
16
AC_CHECK_FUNCS_ONCE([mprotect])
17
18
Makefile.am:
19
TESTS += test-strnlen
20
check_PROGRAMS += test-strnlen