In fullcheck, divide --verify and --gmalloc

This commit is contained in:
John Wiegley 2009-03-06 02:39:37 -04:00
parent f1e0e0c652
commit aff490534a

View file

@ -406,10 +406,14 @@ cppunittests: check
endif endif
fullcheck: cppunittests fullcheck: cppunittests
@$(top_builddir)/RegressTests --verify --gmalloc @$(top_builddir)/RegressTests --verify
@$(top_builddir)/BaselineTests --verify --gmalloc @$(top_builddir)/BaselineTests --verify
@$(top_builddir)/ConfirmTests --verify --gmalloc @$(top_builddir)/ConfirmTests --verify
@$(top_builddir)/GenerateTests --verify --gmalloc @$(top_builddir)/GenerateTests --verify
@$(top_builddir)/RegressTests --gmalloc
@$(top_builddir)/BaselineTests --gmalloc
@$(top_builddir)/ConfirmTests --gmalloc
@$(top_builddir)/GenerateTests --gmalloc
###################################################################### ######################################################################