diff options
| author | Enrico Tassi | 2017-08-09 14:01:27 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2017-08-29 14:25:51 +0200 |
| commit | 2f6eda3e8d255f3617ee2bfc6e343151a0445e3b (patch) | |
| tree | f7cfc8348c585751804c3192939d1e62ece7d2a2 | |
| parent | 799d17738ebbae30a007b308998a669a9139cf1d (diff) | |
test-suite: depend on byte compilation too
coq-makefile's tests do depend on this
| -rw-r--r-- | Makefile.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build index 3d4b475dcd..2d8b37163c 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 |
