diff options
author | Enrico Tassi <Enrico.Tassi@inria.fr> | 2017-05-11 15:53:16 +0200 |
---|---|---|
committer | Enrico Tassi <Enrico.Tassi@inria.fr> | 2017-05-23 10:48:28 +0200 |
commit | 7b56ef80850af8ddf13db35b4cd69f6cf1af3549 (patch) | |
tree | 7a67bdf353d687292da576fcbc44f9e9887d03dc /test-suite/coq-makefile | |
parent | 8bec0d32f038819de0503d9045daefcf1e253d49 (diff) |
coq_makefile: don't quote extra arguments (-arg)
Restores compatibility with 8.6
Diffstat (limited to 'test-suite/coq-makefile')
-rw-r--r-- | test-suite/coq-makefile/arg/_CoqProject | 11 | ||||
-rwxr-xr-x | test-suite/coq-makefile/arg/run.sh | 9 |
2 files changed, 20 insertions, 0 deletions
diff --git a/test-suite/coq-makefile/arg/_CoqProject b/test-suite/coq-makefile/arg/_CoqProject new file mode 100644 index 000000000..afdb32e7c --- /dev/null +++ b/test-suite/coq-makefile/arg/_CoqProject @@ -0,0 +1,11 @@ +-R theories test +-R src test +-I src +-arg "-compat 8.4" + +src/test_plugin.mlpack +src/test.ml4 +src/test.mli +src/test_aux.ml +src/test_aux.mli +theories/test.v diff --git a/test-suite/coq-makefile/arg/run.sh b/test-suite/coq-makefile/arg/run.sh new file mode 100755 index 000000000..28b9bcb96 --- /dev/null +++ b/test-suite/coq-makefile/arg/run.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +#set -x +set -e + +. ../template/init.sh + +coq_makefile -f _CoqProject -o Makefile +make |