X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fquotearg-simple-tests;h=e27bf247ea0a5dbe639287d855a61001512dc712;hb=6b8f1dd1a21ce49319795391e21adf645b64db3c;hp=0ef151d1ad12d5d07aa004550bd7588446eaa4c1;hpb=a01126f3d70ff7c6a6419bdd816f3ec3f049426a;p=gnulib.git diff --git a/modules/quotearg-simple-tests b/modules/quotearg-simple-tests index 0ef151d1a..e27bf247e 100644 --- a/modules/quotearg-simple-tests +++ b/modules/quotearg-simple-tests @@ -2,12 +2,18 @@ Files: tests/test-quotearg-simple.c tests/test-quotearg.h tests/macros.h +tests/zerosize-ptr.h Depends-on: progname stdint configure.ac: +dnl Check for prerequisites for memory fence checks. +dnl FIXME: zerosize-ptr.h requires these: make a module for it +gl_FUNC_MMAP_ANON +AC_CHECK_HEADERS_ONCE([sys/mman.h]) +AC_CHECK_FUNCS_ONCE([mprotect]) Makefile.am: TESTS += test-quotearg-simple