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