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