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

+ 1 - 0
tests/Makefile

@@ -1460,6 +1460,7 @@ dbdigest: utils
 	-$(DBDIGEST) -v $(TEST_FPC_VERSION) -o $(TEST_OS_TARGET) -c $(TEST_CPU_TARGET) -l $(LOG) $(DBDIGESTOPT)
 	-$(DBDIGEST) -v $(TEST_FPC_VERSION) -o $(TEST_OS_TARGET) -c $(TEST_CPU_TARGET) -l $(LOG) $(DBDIGESTOPT)
 all : allexectests
 all : allexectests
 full : clean allexectests digest
 full : clean allexectests digest
+fulldb : clean allexectests digest dbdigest
 onlyknown :
 onlyknown :
 	$(MAKE) full "DOTESTOPT= $(DOTESTOPT) -k-"
 	$(MAKE) full "DOTESTOPT= $(DOTESTOPT) -k-"
 onlygraph :
 onlygraph :

+ 2 - 0
tests/Makefile.fpc

@@ -307,6 +307,8 @@ all : allexectests
 
 
 full : clean allexectests digest
 full : clean allexectests digest
 
 
+fulldb : clean allexectests digest dbdigest
+
 onlyknown :
 onlyknown :
         $(MAKE) full "DOTESTOPT= $(DOTESTOPT) -k-"
         $(MAKE) full "DOTESTOPT= $(DOTESTOPT) -k-"