aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.build
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2017-08-09 14:01:27 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2017-08-29 14:25:51 +0200
commit2f6eda3e8d255f3617ee2bfc6e343151a0445e3b (patch)
treef7cfc8348c585751804c3192939d1e62ece7d2a2 /Makefile.build
parent799d17738ebbae30a007b308998a669a9139cf1d (diff)
test-suite: depend on byte compilation too
coq-makefile's tests do depend on this
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index 3d4b475dc..2d8b37163 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -540,7 +540,7 @@ MAKE_TSOPTS=-C test-suite -s VERBOSE=$(VERBOSE)
check: validate test-suite
-test-suite: world $(ALLSTDLIB).v
+test-suite: world byte $(ALLSTDLIB).v
$(MAKE) $(MAKE_TSOPTS) clean
$(MAKE) $(MAKE_TSOPTS) all