]> granicus.if.org Git - flex/commitdiff
make clean before make test
authorWill Estes <wlestes@users.sourceforge.net>
Tue, 10 Sep 2002 13:12:34 +0000 (13:12 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Tue, 10 Sep 2002 13:12:34 +0000 (13:12 +0000)
tests/Makefile.am

index a3dcb930f05890fe3cd909979193459a61d39129..75232efa81cb6a782fb085c3a7feedb6bc68ee55 100644 (file)
@@ -58,7 +58,9 @@ SUBDIRS = \
        test-string-r \
        test-yyextra
 
-test:
+# clean up before running the test suite so we dont test old builds of test code
+
+test: clean
        NOK=;\
        NFAIL=;\
        for dir in $(SUBDIRS) ; do \