summaryrefslogtreecommitdiff
path: root/gnulib/modules/unistr/u32-strncat-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unistr/u32-strncat-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/unistr/u32-strncat-tests20
2 files changed, 20 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/unistr/u32-strncat-tests b/gnulib/modules/unistr/u32-strncat-tests
new file mode 100644
index 00000000..8703de0a
--- /dev/null
+++ b/gnulib/modules/unistr/u32-strncat-tests
@@ -0,0 +1,20 @@
+Files:
+tests/unistr/test-u32-strncat.c
+tests/unistr/test-strncat.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])
+
+Makefile.am:
+TESTS += test-u32-strncat
+check_PROGRAMS += test-u32-strncat
+test_u32_strncat_SOURCES = unistr/test-u32-strncat.c