Author: leo
Date: Sat Mar 11 11:59:57 2006
New Revision: 11868

Modified:
   trunk/languages/pugs/config/makefiles/root.in

Log:
pugs: depend make test on all

Modified: trunk/languages/pugs/config/makefiles/root.in
==============================================================================
--- trunk/languages/pugs/config/makefiles/root.in       (original)
+++ trunk/languages/pugs/config/makefiles/root.in       Sat Mar 11 11:59:57 2006
@@ -28,7 +28,7 @@
        @cd $(CLASSDIR) && $(BUILD) linklibs $(PMCS)
        @cd $(CLASSDIR) && $(BUILD) copy "--destination=$(DESTDIR)" $(PMCS)
 
-test:
+test:   all
        cd .. && $(PERL) -I../lib -Ipugs/t pugs/t/harness
 
 CLEANERS = \

Reply via email to