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

obstack-zprintf-posix: Add tests.

* tests/test-obstack-zprintf-posix.c: New file, based on
tests/test-vazsprintf-posix.c.
* modules/obstack-zprintf-posix-tests: New file.
This commit is contained in:
Bruno Haible
2024-06-25 01:10:34 +02:00
parent 3a1e774a99
commit e967beab8b
3 changed files with 281 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
Files:
tests/test-obstack-zprintf-posix.c
tests/infinity.h
tests/macros.h
Depends-on:
nan
configure.ac:
Makefile.am:
TESTS += test-obstack-zprintf-posix
check_PROGRAMS += test-obstack-zprintf-posix
test_obstack_zprintf_posix_LDADD = $(LDADD) @LIBINTL@