summaryrefslogtreecommitdiff
path: root/modules/unistdio/ulc-vsnprintf-tests
blob: c9acc634c9ef1ac4ecca3c458e62635e4a34751f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Files:
tests/unistdio/test-ulc-vsnprintf1.c
tests/unistdio/test-ulc-printf1.h
tests/macros.h

Depends-on:
xalloc

configure.ac:

Makefile.am:
TESTS += test-ulc-vsnprintf1
check_PROGRAMS += test-ulc-vsnprintf1
test_ulc_vsnprintf1_SOURCES = unistdio/test-ulc-vsnprintf1.c
test_ulc_vsnprintf1_LDADD = $(LDADD) $(LIBUNISTRING) @LIBINTL@ @LIBICONV@ $(MBRTOWC_LIB)