]> granicus.if.org Git - libexpat/commitdiff
Update so the tests will be run by "make check".
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 17 Aug 2001 19:23:02 +0000 (19:23 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 17 Aug 2001 19:23:02 +0000 (19:23 +0000)
expat/Makefile.in
expat/configure.in

index e77b64c46b0a1b68a5814fdbebda118704fd02da..25351c65045ed9b8f562a4c9dd6287614e1f2dc2 100644 (file)
@@ -140,9 +140,7 @@ distdir: MANIFEST
        done
 
 check: $(SUBDIRS)
-       @echo
-       @echo This package does not yet have a regression test.
-       @echo
+       (cd tests && $(MAKE) check)
 
 $(DISTRIBUTION): distdir
        tar cf - $(DISTDIR) | gzip -9 >$(DISTRIBUTION)
index 9b84077f6684cebb7eaffdcf89551bdd59a8e03c..d2d8bbba50e4c4b83edaf28b08ee7d30ab5f69d5 100644 (file)
@@ -108,4 +108,7 @@ fi
 if test -d ${srcdir}/examples; then
     OUTPUT="$OUTPUT examples/Makefile"
 fi
+if test -d ${srcdir}/tests; then
+    OUTPUT="$OUTPUT tests/Makefile"
+fi
 AC_OUTPUT($OUTPUT)