summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-03-24 11:06:44 +0100
committerBruno Haible <bruno@clisp.org>2023-03-24 11:08:04 +0100
commite396564a334c9467ea919068f58678ccdb821e72 (patch)
tree5517d1d4d869c9679c1efaf56ce762260c31dd06 /modules
parent1d4cd9aec717ac8f914fcdb6e1c997dffde6a079 (diff)
downloadgnulib-e396564a334c9467ea919068f58678ccdb821e72.tar.gz
vsnprintf-gnu: Add tests.
* tests/test-vsnprintf-gnu.c: New file, based on tests/test-vsnprintf-posix.c. * tests/test-snprintf-gnu.h: New file, based on tests/test-vasnprintf-gnu.c. * modules/vsnprintf-gnu-tests: New file, based on modules/vsnprintf-posix-tests.
Diffstat (limited to 'modules')
-rw-r--r--modules/vsnprintf-gnu-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/vsnprintf-gnu-tests b/modules/vsnprintf-gnu-tests
new file mode 100644
index 0000000000..6749904cc6
--- /dev/null
+++ b/modules/vsnprintf-gnu-tests
@@ -0,0 +1,13 @@
+Files:
+tests/test-vsnprintf-gnu.c
+tests/test-snprintf-gnu.h
+tests/macros.h
+
+Depends-on:
+vsnprintf-posix-tests
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-vsnprintf-gnu
+check_PROGRAMS += test-vsnprintf-gnu