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