1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/vasnwprintf-gnu-tests
Bruno Haible 5f7fefc9ef 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.
2023-03-24 12:16:36 +01:00

15 lines
246 B
Plaintext

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)