In fullcheck, divide --verify and --gmalloc
This commit is contained in:
parent
f1e0e0c652
commit
aff490534a
1 changed files with 8 additions and 4 deletions
12
Makefile.am
12
Makefile.am
|
|
@ -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
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue