summaryrefslogtreecommitdiff
path: root/modules/printf-gnu-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-03-24 11:57:19 +0100
committerBruno Haible <bruno@clisp.org>2023-03-24 11:57:19 +0100
commit6a8aeae6854226579bbd42a496e8a07f4d8bb8ec (patch)
treeb2f5bccf0172a46b353d864866a0c6ff8a6e796b /modules/printf-gnu-tests
parent171d2a5f80f3d0dc720a291c349486944fd35243 (diff)
downloadgnulib-6a8aeae6854226579bbd42a496e8a07f4d8bb8ec.tar.gz
printf-gnu: Add tests.
* tests/test-printf-gnu.sh: New file, based on tests/test-printf-posix.sh. * tests/test-printf-gnu.c: New file, based on tests/test-printf-posix.c. * modules/printf-gnu-tests: New file, based on modules/printf-posix-tests.
Diffstat (limited to 'modules/printf-gnu-tests')
-rw-r--r--modules/printf-gnu-tests15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/printf-gnu-tests b/modules/printf-gnu-tests
new file mode 100644
index 0000000000..0a0cd906db
--- /dev/null
+++ b/modules/printf-gnu-tests
@@ -0,0 +1,15 @@
+Files:
+tests/test-printf-gnu.sh
+tests/test-printf-gnu.c
+tests/test-printf-gnu.h
+tests/test-printf-gnu.output
+tests/macros.h
+
+Depends-on:
+printf-posix-tests
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-printf-gnu.sh
+check_PROGRAMS += test-printf-gnu