Browse Source

* full target for clean, all compile, all exec

peter 25 years ago
parent
commit
a78fb6c6fe
2 changed files with 5 additions and 1 deletions
  1. 3 1
      tests/Makefile
  2. 2 0
      tests/Makefile.fpc

+ 3 - 1
tests/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v0.99.15 [2000/04/08]
+# Makefile generated by fpcmake v0.99.15 [2000/05/17]
 #
 
 defaultrule: info
@@ -695,6 +695,8 @@ endif
 	-rm -f $(LOG) $(LONGLOG) faillist ts_fail tf_fail ex_fail
 	-rm -f fpcmaked ppas.sh ppas.bat retcode
 
+full : clean all_compilations allexec
+
 info :
 	@echo This Makefile allows to test the compiler
 	@echo compilation of 'ts*.pp' should succeed

+ 2 - 0
tests/Makefile.fpc

@@ -389,6 +389,8 @@ endif
 	-rm -f $(LOG) $(LONGLOG) faillist ts_fail tf_fail ex_fail
 	-rm -f fpcmaked ppas.sh ppas.bat retcode
 
+full : clean all_compilations allexec
+
 info :
 	@echo This Makefile allows to test the compiler
 	@echo compilation of 'ts*.pp' should succeed