X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funictype%2Fcategory-byname-tests;h=dac2f3f4e9dc0e34e64ee064486eb5cc907d4add;hb=5c508f686b9a0f986ac5d941d7be237ec047aedb;hp=fdafaee5c3b3333e3acce755c51c1210531a53a3;hpb=a635ca9c01d6e9a747ac9c0c2eed04658486d400;p=gnulib.git diff --git a/modules/unictype/category-byname-tests b/modules/unictype/category-byname-tests index fdafaee5c..dac2f3f4e 100644 --- a/modules/unictype/category-byname-tests +++ b/modules/unictype/category-byname-tests @@ -1,7 +1,9 @@ Files: tests/unictype/test-categ_byname.c +tests/macros.h Depends-on: +stdbool unictype/category-test configure.ac: @@ -10,4 +12,4 @@ Makefile.am: TESTS += test-categ_byname check_PROGRAMS += test-categ_byname test_categ_byname_SOURCES = unictype/test-categ_byname.c - +test_categ_byname_LDADD = $(LDADD) $(LIBUNISTRING)