blob: 77d536ebda9f8beab4f3a32dce89d6447d258626 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Files:
tests/test-xvasprintf.c
tests/macros.h
Depends-on:
progname
configure.ac:
Makefile.am:
TESTS += test-xvasprintf
check_PROGRAMS += test-xvasprintf
test_xvasprintf_LDADD = $(LDADD) @LIBINTL@
|