diff options
| -rw-r--r-- | Makefile.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build index 2dd8ec01b8..6b11353b96 100644 --- a/Makefile.build +++ b/Makefile.build @@ -358,7 +358,9 @@ validate:: $(BESTCHICKEN) $(ALLVO) MAKE_TSOPTS=-C test-suite -s BEST=$(BEST) VERBOSE=$(VERBOSE) -check:: world +check:: validate test-suite + +test-suite: world $(MAKE) $(MAKE_TSOPTS) clean $(MAKE) $(MAKE_TSOPTS) all $(HIDE)if grep -F 'Error!' test-suite/summary.log ; then false; fi |
