summaryrefslogtreecommitdiff
path: root/modules/unistdio/ulc-vsprintf-tests
blob: 98a6a6ce06f8156b870d3bb4b777961849e09746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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@ $(LIB_MBRTOWC)