summaryrefslogtreecommitdiff
path: root/modules/vsprintf-posix-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-07 03:28:35 +0000
committerBruno Haible <bruno@clisp.org>2007-03-07 03:28:35 +0000
commitffd3c1bee8a5ad6aac459436d9a438762d7320d3 (patch)
tree0849a94beda5bd744ec40efe127010ac497bfb1a /modules/vsprintf-posix-tests
parent9148e4d7d455e2624f43f4048652f77e11ec88cd (diff)
downloadgnulib-ffd3c1bee8a5ad6aac459436d9a438762d7320d3.tar.gz
Tests for module 'vsprintf-posix'.
Diffstat (limited to 'modules/vsprintf-posix-tests')
-rw-r--r--modules/vsprintf-posix-tests15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/vsprintf-posix-tests b/modules/vsprintf-posix-tests
new file mode 100644
index 0000000000..152e5b3ee2
--- /dev/null
+++ b/modules/vsprintf-posix-tests
@@ -0,0 +1,15 @@
+Files:
+tests/test-vsprintf-posix.c
+tests/test-sprintf-posix.h
+m4/longdouble.m4
+
+Depends-on:
+stdint
+
+configure.ac:
+AC_REQUIRE([gt_TYPE_LONGDOUBLE])
+
+Makefile.am:
+TESTS += test-vsprintf-posix
+check_PROGRAMS += test-vsprintf-posix
+