mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* tests/null-ptr.h: New file. * tests/test-canonicalize.c: Include null-ptr.h. (null_ptr): Remove function. * tests/test-canonicalize-lgpl.c: Likewise. * tests/test-memmem.c: Likewise. * tests/test-ptsname_r.c: Likewise. * modules/canonicalize-tests (Files): Add tests/null-ptr.h. * modules/canonicalize-lgpl-tests: Likewise. * modules/memmem-tests: Likewise. * modules/ptsname_r-tests: Likewise. Reported by Jim Meyering.
23 lines
346 B
Plaintext
23 lines
346 B
Plaintext
Files:
|
|
tests/test-memmem.c
|
|
tests/signature.h
|
|
tests/null-ptr.h
|
|
tests/zerosize-ptr.h
|
|
tests/macros.h
|
|
m4/mmap-anon.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
getpagesize
|
|
|
|
configure.ac:
|
|
gl_FUNC_MMAP_ANON
|
|
AC_CHECK_HEADERS_ONCE([sys/mman.h])
|
|
AC_CHECK_FUNCS_ONCE([mprotect])
|
|
AC_CHECK_DECLS_ONCE([alarm])
|
|
|
|
Makefile.am:
|
|
TESTS += test-memmem
|
|
check_PROGRAMS += test-memmem
|
|
|