File size: 552 Bytes
78d2150 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Files:
tests/uniname/test-uninames.sh
tests/uniname/test-uninames.c
tests/uniname/UnicodeData.txt
tests/uniname/HangulSyllableNames.txt
tests/uniname/NameAliases.txt
Depends-on:
xalloc
configure.ac:
Makefile.am:
# Unlike other libunistring modules, this test passes only when the
# same version of uniname/uniname.c is used (even if it is newer).
if LIBUNISTRING_COMPILE_UNINAME_UNINAME
TESTS += uniname/test-uninames.sh
check_PROGRAMS += test-uninames
test_uninames_SOURCES = uniname/test-uninames.c
test_uninames_LDADD = $(LDADD) @LIBINTL@
endif
|