From e396564a334c9467ea919068f58678ccdb821e72 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 24 Mar 2023 11:06:44 +0100 Subject: 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. --- modules/vsnprintf-gnu-tests | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 modules/vsnprintf-gnu-tests (limited to 'modules') 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 -- cgit v1.2.1