X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funinorm%2Fu32-normcoll-tests;h=1274c3958d0a828a8e774a04018af142171236d1;hb=504656bf1e13c99bc065d9c64476a8fa30f56967;hp=029fe873a688ebbebb5148df68fe38a53afba93d;hpb=45a1421304b3f60b91e2ab5fc191573f9d090a40;p=gnulib.git diff --git a/modules/uninorm/u32-normcoll-tests b/modules/uninorm/u32-normcoll-tests index 029fe873a..1274c3958 100644 --- a/modules/uninorm/u32-normcoll-tests +++ b/modules/uninorm/u32-normcoll-tests @@ -1,6 +1,7 @@ Files: tests/uninorm/test-u32-normcoll.c tests/uninorm/test-u32-normcmp.h +tests/macros.h Depends-on: uninorm/nfc @@ -11,5 +12,5 @@ Makefile.am: TESTS += test-u32-normcoll check_PROGRAMS += test-u32-normcoll test_u32_normcoll_SOURCES = uninorm/test-u32-normcoll.c -test_u32_normcoll_LDADD = $(LDADD) @LIBICONV@ +test_u32_normcoll_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@