diff options
| author | Gaëtan Gilbert | 2020-10-22 15:30:30 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-11-20 16:52:58 +0100 |
| commit | 76ab524320e3d4c006c6c94372e0cfda2b62c76e (patch) | |
| tree | 043f0194d8956e15701cb083ebcd68c21b1aa13c /Makefile.build | |
| parent | 614675fa5337cca0621ae7a65d4fd47a6ad8f788 (diff) | |
Build all_stdlib.v in test suite makefile
instead of recursive make
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.build b/Makefile.build index 526a8c5831..b307bde5df 100644 --- a/Makefile.build +++ b/Makefile.build @@ -603,7 +603,7 @@ $(CSDPCERTBYTE): $(CSDPCERTCMO) # tests ########################################################################### -.PHONY: validate check test-suite $(ALLSTDLIB).v +.PHONY: validate check test-suite VALIDOPTS=$(if $(VERBOSE),,-silent) -o -m -coqlib . @@ -611,15 +611,11 @@ validate: $(CHICKEN) | $(ALLVO:.$(VO)=.vo) $(SHOW)'COQCHK <theories & plugins>' $(HIDE)$(CHICKEN) $(VALIDOPTS) $(ALLVO) -$(ALLSTDLIB).v: - $(SHOW)'MAKE $(notdir $@)' - $(HIDE)echo "Require $(ALLMODS)." > $@ - MAKE_TSOPTS=-C test-suite -s VERBOSE=$(VERBOSE) check: validate test-suite -test-suite: world byte $(ALLSTDLIB).v +test-suite: world byte $(MAKE) $(MAKE_TSOPTS) clean $(MAKE) $(MAKE_TSOPTS) all |
