gnulib-tool: protect against CDPATH
[gnulib.git] / modules / fstrcmp-tests
index e86e326..b82f414 100644 (file)
@@ -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)