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

vasnwprintf-gnu: Add tests.

* tests/test-vasnwprintf-gnu.c: New file, based on
tests/test-vasnwprintf-posix.c and tests/test-vasnprintf-gnu.c.
* modules/vasnwprintf-gnu-tests: New file, based on
modules/vasnwprintf-posix-tests.
This commit is contained in:
Bruno Haible
2023-03-24 12:16:36 +01:00
parent e2cb98413b
commit 5f7fefc9ef
3 changed files with 296 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
Files:
tests/test-vasnwprintf-gnu.c
tests/macros.h
Depends-on:
vasnwprintf-posix-tests
wcscmp
configure.ac:
Makefile.am:
TESTS += test-vasnwprintf-gnu
check_PROGRAMS += test-vasnwprintf-gnu
test_vasnwprintf_gnu_LDADD = $(LDADD) $(MBRTOWC_LIB)