summaryrefslogtreecommitdiff
path: root/modules/dprintf-gnu-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-03-24 12:05:26 +0100
committerBruno Haible <bruno@clisp.org>2023-03-24 12:05:26 +0100
commitb54782e2765a43971b91ff637cefc446933022cc (patch)
treefd5b7d9c9c10b9225389b21349ce7e81522251b5 /modules/dprintf-gnu-tests
parent75e63081831ef07462ce9f8d9f82865486db52e2 (diff)
downloadgnulib-b54782e2765a43971b91ff637cefc446933022cc.tar.gz
dprintf-gnu: Add tests.
* tests/test-dprintf-gnu.sh: New file, based on tests/test-dprintf-posix.sh. * tests/test-dprintf-gnu.c: New file, based on tests/test-vasnprintf-gnu.c. * modules/dprintf-gnu-tests: New file, based on modules/dprintf-posix-tests.
Diffstat (limited to 'modules/dprintf-gnu-tests')
-rw-r--r--modules/dprintf-gnu-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/dprintf-gnu-tests b/modules/dprintf-gnu-tests
new file mode 100644
index 0000000000..117e615649
--- /dev/null
+++ b/modules/dprintf-gnu-tests
@@ -0,0 +1,13 @@
+Files:
+tests/test-dprintf-gnu.sh
+tests/test-dprintf-gnu.c
+tests/test-printf-gnu.output
+
+Depends-on:
+dprintf-posix-tests
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-dprintf-gnu.sh
+check_PROGRAMS += test-dprintf-gnu