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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
memchr2-tests
blob
cbd9cd22d0726da7252a0e12a372ad60e302e4c7
1
Files:
2
tests/test-memchr2.c
3
tests/zerosize-ptr.h
4
tests/macros.h
5
m4/mmap-anon.m4
6
7
Depends-on:
8
c99
9
extensions
10
getpagesize
11
12
configure.ac:
13
gl_FUNC_MMAP_ANON
14
AC_CHECK_HEADERS_ONCE([sys/mman.h])
15
AC_CHECK_FUNCS_ONCE([mprotect])
16
17
Makefile.am:
18
TESTS += test-memchr2
19
check_PROGRAMS += test-memchr2