mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
16 lines
307 B
Plaintext
16 lines
307 B
Plaintext
Files:
|
|
tests/uninorm/test-u32-normcmp.c
|
|
tests/uninorm/test-u32-normcmp.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
uninorm/nfd
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-u32-normcmp
|
|
check_PROGRAMS += test-u32-normcmp
|
|
test_u32_normcmp_SOURCES = uninorm/test-u32-normcmp.c
|
|
test_u32_normcmp_LDADD = $(LDADD) $(LIBUNISTRING)
|