1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

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.
This commit is contained in:
Bruno Haible
2023-03-24 11:06:44 +01:00
parent 1d4cd9aec7
commit e396564a33
4 changed files with 244 additions and 0 deletions

View File

@@ -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