16 lines
353 B
Plaintext
16 lines
353 B
Plaintext
Files:
|
|
tests/unistdio/test-ulc-vsprintf1.c
|
|
tests/unistdio/test-ulc-printf1.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
xalloc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-ulc-vsprintf1
|
|
check_PROGRAMS += test-ulc-vsprintf1
|
|
test_ulc_vsprintf1_SOURCES = unistdio/test-ulc-vsprintf1.c
|
|
test_ulc_vsprintf1_LDADD = $(LDADD) $(LIBUNISTRING) @LIBINTL@ @LIBICONV@ $(MBRTOWC_LIB)
|