blob: 5c3cfbff8d6991596c69f97bb3f20df0b082497e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Files:
tests/unistr/test-u16-strstr.c
tests/unistr/test-u-strstr.h
tests/macros.h
Depends-on:
configure.ac:
AC_CHECK_DECLS_ONCE([alarm])
Makefile.am:
TESTS += test-u16-strstr
check_PROGRAMS += test-u16-strstr
test_u16_strstr_SOURCES = unistr/test-u16-strstr.c
test_u16_strstr_LDADD = $(LDADD) $(LIBUNISTRING)
|