aboutsummaryrefslogtreecommitdiff
path: root/test-suite/misc
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-02-05 15:34:49 +0100
committerGaëtan Gilbert2019-02-06 11:17:49 +0100
commitf29aa6720eba884533972530b4283bf19d8410aa (patch)
tree8f48cdb1cf3ccf5218cc7597000675514085ae06 /test-suite/misc
parent37b900aeda68ae1e067a7770c16c11ea327a14dc (diff)
Makefiles: Fixes for byte compilation
- default targets don't depend on ocamlopt when it's unavailable - coqc.byte is built by byte target and coqc by coqbinaries target - unit tests use best ocaml - poly-capture-global-univs tests ml compilation with ocamlc - don't try to install .cmx and native-compute .o files cf https://github.com/coq/coq/issues/9464
Diffstat (limited to 'test-suite/misc')
-rwxr-xr-xtest-suite/misc/poly-capture-global-univs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/misc/poly-capture-global-univs.sh b/test-suite/misc/poly-capture-global-univs.sh
index e066ac039b..39d20fd524 100755
--- a/test-suite/misc/poly-capture-global-univs.sh
+++ b/test-suite/misc/poly-capture-global-univs.sh
@@ -11,7 +11,7 @@ coq_makefile -f _CoqProject -o Makefile
make clean
-make src/evil_plugin.cmxs
+make src/evil_plugin.cma
if make; then
>&2 echo 'Should have failed!'