doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / dirname-tests
index e539246..e2e86e6 100644 (file)
@@ -8,5 +8,5 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-dirname
-noinst_PROGRAMS += test-dirname
-test_dirname_SOURCES = test-dirname.c
+check_PROGRAMS += test-dirname
+test_dirname_LDADD = $(LDADD) @LIBINTL@