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