summaryrefslogtreecommitdiff
path: root/modules/vfprintf-posix-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-09 02:43:32 +0000
committerBruno Haible <bruno@clisp.org>2007-03-09 02:43:32 +0000
commit3691d594546687454e493b28b2a9b2c8f4d2bc12 (patch)
treeb6ff71f89c67df16c90f09a5ee9f3dc01331e2f2 /modules/vfprintf-posix-tests
parent20b319a6d47d029941507a8db8b5a2a67b40cd23 (diff)
downloadgnulib-3691d594546687454e493b28b2a9b2c8f4d2bc12.tar.gz
Tests for module 'vfprintf-posix'.
Diffstat (limited to 'modules/vfprintf-posix-tests')
-rw-r--r--modules/vfprintf-posix-tests16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/vfprintf-posix-tests b/modules/vfprintf-posix-tests
new file mode 100644
index 0000000000..4adf6aaaf0
--- /dev/null
+++ b/modules/vfprintf-posix-tests
@@ -0,0 +1,16 @@
+Files:
+tests/test-vfprintf-posix.sh
+tests/test-vfprintf-posix.c
+tests/test-fprintf-posix.h
+tests/test-fprintf-posix.out
+
+Depends-on:
+stdint
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-vfprintf-posix.sh
+TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
+check_PROGRAMS += test-vfprintf-posix
+EXTRA_DIST += test-vfprintf-posix.sh test-fprintf-posix.h test-fprintf-posix.out