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
/
memmem-tests
blob
084ee1b9c36093f0d553e21616440695cc366012
1
Files:
2
tests/test-memmem.c
3
tests/signature.h
4
tests/zerosize-ptr.h
5
tests/macros.h
6
m4/mmap-anon.m4
7
8
Depends-on:
9
c99
10
extensions
11
getpagesize
12
13
configure.ac:
14
gl_FUNC_MMAP_ANON
15
AC_CHECK_HEADERS_ONCE([sys/mman.h])
16
AC_CHECK_FUNCS_ONCE([mprotect])
17
AC_CHECK_DECLS_ONCE([alarm])
18
19
Makefile.am:
20
TESTS += test-memmem
21
check_PROGRAMS += test-memmem
22