]> granicus.if.org Git - libexpat/commitdiff
Simplify the command used to run the test program.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Sat, 20 Apr 2002 13:11:16 +0000 (13:11 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Sat, 20 Apr 2002 13:11:16 +0000 (13:11 +0000)
expat/Makefile.in

index 8f7e74e4c65a175b4f6525a5d38a47167a8699ac..79ed589515d8a60f7766a416cc36a418469fd97d 100644 (file)
@@ -75,7 +75,7 @@ extraclean: distclean
        rm -f conftools/ltconfig conftools/ltmain.sh
 
 check: tests/runtests
-       @cd tests && ./runtests
+       tests/runtests
 
 install: xmlwf/xmlwf lib/$(LIBRARY) lib/$(APIHEADER)
        $(mkinstalldirs) $(bindir) $(libdir) $(includedir)