mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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.
15 lines
246 B
Plaintext
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)
|