summaryrefslogtreecommitdiff
path: root/modules/vfprintf-posix-tests
diff options
context:
space:
mode:
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