From bb051a0a3c0febe9d3fabb21ae5b7fcc2ae7aa10 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 14 May 2009 01:39:07 +0200 Subject: Make some tests ISO C 99 compliant. --- modules/memcmp-tests | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/memcmp-tests') diff --git a/modules/memcmp-tests b/modules/memcmp-tests index 14edc38e42..df5b7eb3e8 100644 --- a/modules/memcmp-tests +++ b/modules/memcmp-tests @@ -1,9 +1,14 @@ Files: tests/test-memcmp.c +tests/zerosize-ptr.h +m4/mmap-anon.m4 Depends-on: +getpagesize configure.ac: +gl_FUNC_MMAP_ANON +AC_CHECK_FUNCS_ONCE([mprotect]) Makefile.am: TESTS += test-memcmp -- cgit v1.2.1