21 lines
408 B
Plaintext
21 lines
408 B
Plaintext
Status:
|
|
longrunning-test
|
|
|
|
Files:
|
|
tests/unistdio/test-ulc-asnprintf-big.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
stdbool
|
|
stdint
|
|
physmem
|
|
|
|
configure.ac:
|
|
AC_CHECK_FUNCS_ONCE([setrlimit])
|
|
|
|
Makefile.am:
|
|
TESTS += test-ulc-asnprintf-big
|
|
check_PROGRAMS += test-ulc-asnprintf-big
|
|
test_ulc_asnprintf_big_SOURCES = unistdio/test-ulc-asnprintf-big.c
|
|
test_ulc_asnprintf_big_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@ $(MBRTOWC_LIB)
|