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