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