mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-06 05:31:48 +00:00
* tests/test-vasnprintf-big1.c: New file, based on tests/test-vasnprintf-big.c. * tests/test-vasnprintf-big2.c: New file, based on tests/test-vasnprintf-big.c. * tests/test-vasnprintf-big.c: Remove file. * modules/vasnprintf-extra-tests: Update to build two separate programs.
20 lines
314 B
Plaintext
20 lines
314 B
Plaintext
Status:
|
|
longrunning-test
|
|
|
|
Files:
|
|
tests/test-vasnprintf-big1.c
|
|
tests/test-vasnprintf-big2.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
bool
|
|
stdint-h
|
|
physmem
|
|
|
|
configure.ac:
|
|
AC_CHECK_FUNCS_ONCE([setrlimit])
|
|
|
|
Makefile.am:
|
|
TESTS += test-vasnprintf-big1 test-vasnprintf-big2
|
|
check_PROGRAMS += test-vasnprintf-big1 test-vasnprintf-big2
|