maint.mk: fix "release" target to build _version
[gnulib.git] / modules / uninorm / decomposing-form-tests
1 Files:
2 tests/uninorm/test-decomposing-form.c
3 tests/macros.h
4
5 Depends-on:
6 uninorm/nfc
7 uninorm/nfd
8 uninorm/nfkc
9 uninorm/nfkd
10
11 configure.ac:
12
13 Makefile.am:
14 TESTS += test-decomposing-form
15 check_PROGRAMS += test-decomposing-form
16 test_decomposing_form_SOURCES = uninorm/test-decomposing-form.c
17 test_decomposing_form_LDADD = $(LDADD) $(LIBUNISTRING)