mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* tests/test-obstack-zprintf-big.c: New file, based on tests/test-vasnprintf-big.c. * modules/obstack-zprintf-extra-tests: New file. * modules/obstack-zprintf-tests (Depends-on): Add it.
17 lines
291 B
Plaintext
17 lines
291 B
Plaintext
Files:
|
|
tests/test-obstack-zprintf.c
|
|
tests/test-obstack-printf.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
xalloc
|
|
obstack-zprintf-extra-tests
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-obstack-zprintf
|
|
check_PROGRAMS += test-obstack-zprintf
|
|
test_obstack_zprintf_LDADD = $(LDADD) @LIBINTL@
|