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