dirname: split into dirname-lgpl
[pspp] / modules / dirname-tests
index 93856d4942f1a7a554f43cf019fb9de6bb84b0f6..49eeb596dd6176da1196e2fa0d49e8528260e449 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_LDADD = @LIBINTL@ $(LDADD)
+check_PROGRAMS += test-dirname
+test_dirname_LDADD = $(LDADD) @LIBINTL@