From 7b56ef80850af8ddf13db35b4cd69f6cf1af3549 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 11 May 2017 15:53:16 +0200 Subject: coq_makefile: don't quote extra arguments (-arg) Restores compatibility with 8.6 --- test-suite/coq-makefile/arg/_CoqProject | 11 +++++++++++ test-suite/coq-makefile/arg/run.sh | 9 +++++++++ 2 files changed, 20 insertions(+) create mode 100644 test-suite/coq-makefile/arg/_CoqProject create mode 100755 test-suite/coq-makefile/arg/run.sh (limited to 'test-suite') diff --git a/test-suite/coq-makefile/arg/_CoqProject b/test-suite/coq-makefile/arg/_CoqProject new file mode 100644 index 0000000000..afdb32e7cf --- /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 0000000000..28b9bcb969 --- /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 -- cgit v1.2.3