diff options
| author | charguer | 2019-11-08 11:06:10 +0100 |
|---|---|---|
| committer | charguer | 2019-11-20 12:02:00 +0100 |
| commit | 5bf25dfce23da1cee04b1c886e026f0dbc902c9c (patch) | |
| tree | 44258f30e5965dcfc1e316c4bd4812698dcf7777 /test-suite/coq-makefile/plugin3 | |
| parent | 64ddd9ac0c34e560a0640297e2e23b6aaf074810 (diff) | |
From CoqIDE or -vos or -vok compilation, load .vo when .vos is missing (fixing bug #11057).
With this new behavior, it is not needed to .vos files in user contribs.
Also, this commit adds a feature: upon creation of a .vo file, an empty .vok file is touched.
Diffstat (limited to 'test-suite/coq-makefile/plugin3')
| -rwxr-xr-x | test-suite/coq-makefile/plugin3/run.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-suite/coq-makefile/plugin3/run.sh b/test-suite/coq-makefile/plugin3/run.sh index cd47187582..1e2bd979b3 100755 --- a/test-suite/coq-makefile/plugin3/run.sh +++ b/test-suite/coq-makefile/plugin3/run.sh @@ -22,6 +22,5 @@ sort > desired <<EOT ./test/test_plugin.cmxs ./test/test.v ./test/test.vo -./test/test.vos EOT exec diff -u desired actual |
