summaryrefslogtreecommitdiff
path: root/gnulib/modules/snprintf-posix-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/snprintf-posix-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/snprintf-posix-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/snprintf-posix-tests b/gnulib/modules/snprintf-posix-tests
new file mode 100644
index 00000000..4448cf52
--- /dev/null
+++ b/gnulib/modules/snprintf-posix-tests
@@ -0,0 +1,20 @@
+Files:
+tests/test-snprintf-posix.c
+tests/test-snprintf-posix.h
+tests/test-snprintf.c
+tests/nan.h
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+stdint
+float
+
+configure.ac:
+AC_DEFINE([CHECK_SNPRINTF_POSIX], 1,
+ [Define to 1 for strict checking in test-snprintf.c.])
+
+Makefile.am:
+TESTS += test-snprintf-posix test-snprintf
+check_PROGRAMS += test-snprintf-posix test-snprintf
+