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