aboutsummaryrefslogtreecommitdiff
path: root/Makefile.build
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-20 22:02:10 +0000
committerGitHub2020-11-20 22:02:10 +0000
commit5b15fce17d856dfbd51482f724ddf5e5f9646073 (patch)
treee42bea1a6427ad941ebc4c70cf568e8f81f90007 /Makefile.build
parent23d30fa1c19af9a29787204d81d7bd2d2e0c9b1f (diff)
parent76ab524320e3d4c006c6c94372e0cfda2b62c76e (diff)
Merge PR #13248: Build all_stdlib.v in test suite makefile
Reviewed-by: ejgallego
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build8
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