blob: aa109a35b291dbddb20d54860070ae1fc3a880b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Files:
tests/unistr/test-u8-strcat.c
tests/unistr/test-strcat.h
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-u8-strcat
check_PROGRAMS += test-u8-strcat
test_u8_strcat_SOURCES = unistr/test-u8-strcat.c
test_u8_strcat_LDADD = $(LDADD) $(LIBUNISTRING)
|