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