From 146415fb624c182493d46413d738a3c2c3f47e02 Mon Sep 17 00:00:00 2001 From: Pierre Roux Date: Fri, 13 Nov 2020 12:03:19 +0100 Subject: [CI] Update coq_makefile --- test-suite/coq-makefile/coqdoc1/run.sh | 9 +++++++++ test-suite/coq-makefile/coqdoc2/run.sh | 9 +++++++++ test-suite/coq-makefile/mlpack1/run.sh | 5 +++++ test-suite/coq-makefile/mlpack2/run.sh | 5 +++++ test-suite/coq-makefile/multiroot/run.sh | 9 +++++++++ test-suite/coq-makefile/native1/run.sh | 2 +- test-suite/coq-makefile/native2/run.sh | 2 +- test-suite/coq-makefile/plugin1/run.sh | 5 +++++ test-suite/coq-makefile/plugin2/run.sh | 5 +++++ test-suite/coq-makefile/plugin3/run.sh | 5 +++++ test-suite/coq-makefile/timing/run.sh | 3 +++ test-suite/coq-makefile/uninstall1/run.sh | 3 +++ test-suite/coq-makefile/uninstall2/run.sh | 3 +++ 13 files changed, 63 insertions(+), 2 deletions(-) (limited to 'test-suite') diff --git a/test-suite/coq-makefile/coqdoc1/run.sh b/test-suite/coq-makefile/coqdoc1/run.sh index 88237815b1..d878b13ce6 100755 --- a/test-suite/coq-makefile/coqdoc1/run.sh +++ b/test-suite/coq-makefile/coqdoc1/run.sh @@ -21,6 +21,10 @@ make install-doc DSTROOT="$PWD/tmp" sort -u > desired < desired < desired < desired < desired < desired < desired < desired < desired < desired < desired < desired < desired < desired < desired < desired < desired < desired < desired < actual sort -u > desired < actual sort -u > desired <&1; R=$$?; times; \ + (echo "\ + bugs/closed/bug_3783.v \ + bugs/closed/bug_4157.v \ + bugs/closed/bug_5127.v \ + " | grep -q "$<") && no_native="-native-compiler no"; \ + $(coqc) $$no_native "$<" $(call get_coq_prog_args,"$<") 2>&1; R=$$?; times; \ if [ $$R = 0 ]; then \ echo $(log_success); \ echo " $<...Ok"; \ -- cgit v1.2.3