X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffstrcmp-tests;h=b82f414b00d599e437342125fb8da94e0f7377dd;hb=cd19e83484e2c0ff9fd68e7439dd97128c6a2703;hp=e86e32645fb2190ec0284e03c7c2241138a8ee17;hpb=a669764b7e8277a9877b9a22024bf800540321a3;p=gnulib.git diff --git a/modules/fstrcmp-tests b/modules/fstrcmp-tests index e86e32645..b82f414b0 100644 --- a/modules/fstrcmp-tests +++ b/modules/fstrcmp-tests @@ -1,12 +1,14 @@ Files: tests/test-fstrcmp.c +tests/macros.h Depends-on: stdbool +progname configure.ac: Makefile.am: TESTS += test-fstrcmp check_PROGRAMS += test-fstrcmp - +test_fstrcmp_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)