nanosleep: Relicense under LGPL.
[gnulib.git] / modules / dirname-tests
index e539246..49eeb59 100644 (file)
@@ -2,11 +2,12 @@ Files:
 tests/test-dirname.c
 
 Depends-on:
+progname
 strdup
 
 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@