File size: 262 Bytes
78d2150 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Files:
tests/uninorm/test-composition.c
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-composition
check_PROGRAMS += test-composition
test_composition_SOURCES = uninorm/test-composition.c
test_composition_LDADD = $(LDADD) $(LIBUNISTRING)
|