aboutsummaryrefslogtreecommitdiff
path: root/test-suite/coq-makefile/coqdoc2
diff options
context:
space:
mode:
authorPierre Roux2020-11-13 12:03:19 +0100
committerPierre Roux2020-11-20 19:08:08 +0100
commit146415fb624c182493d46413d738a3c2c3f47e02 (patch)
treedeba0c01a766e2972aa8f20d1d1eed6c92597496 /test-suite/coq-makefile/coqdoc2
parent04b5b2e8367ab01a2e9a0a1b511f8fa6cdb60a0f (diff)
[CI] Update coq_makefile
Diffstat (limited to 'test-suite/coq-makefile/coqdoc2')
-rwxr-xr-xtest-suite/coq-makefile/coqdoc2/run.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suite/coq-makefile/coqdoc2/run.sh b/test-suite/coq-makefile/coqdoc2/run.sh
index 5811dd17e4..757667e8bd 100755
--- a/test-suite/coq-makefile/coqdoc2/run.sh
+++ b/test-suite/coq-makefile/coqdoc2/run.sh
@@ -19,6 +19,10 @@ make install-doc DSTROOT="$PWD/tmp"
sort -u > desired <<EOT
.
./test
+./test/.coq-native
+./test/.coq-native/Ntest_test.cmi
+./test/.coq-native/Ntest_test.cmx
+./test/.coq-native/Ntest_test.cmxs
./test/test_plugin.cmi
./test/test_plugin.cmx
./test/test_plugin.cmxa
@@ -27,6 +31,10 @@ sort -u > desired <<EOT
./test/test.v
./test/test.vo
./test/sub
+./test/sub/.coq-native
+./test/sub/.coq-native/Ntest_sub_testsub.cmi
+./test/sub/.coq-native/Ntest_sub_testsub.cmx
+./test/sub/.coq-native/Ntest_sub_testsub.cmxs
./test/sub/testsub.glob
./test/sub/testsub.v
./test/sub/testsub.vo
@@ -54,4 +62,5 @@ sort -u > desired <<EOT
./test/html/coqdoc.css
./test/html/test.test.html
EOT
+(coqc -config | grep -q "NATIVE_COMPILER_DEFAULT=yes") || sed -i.bak '/\.coq-native/d' desired
exec diff -u desired actual