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.
18 lines
293 B
Plaintext
18 lines
293 B
Plaintext
Status:
|
|
longrunning-test
|
|
|
|
Files:
|
|
tests/test-obstack-zprintf-big.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
physmem
|
|
|
|
configure.ac:
|
|
AC_CHECK_FUNCS_ONCE([setrlimit])
|
|
|
|
Makefile.am:
|
|
TESTS += test-obstack-zprintf-big
|
|
check_PROGRAMS += test-obstack-zprintf-big
|
|
test_obstack_zprintf_big_LDADD = $(LDADD) @LIBINTL@
|