aboutsummaryrefslogtreecommitdiff
path: root/test-suite/coq-makefile/uninstall1
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/uninstall1
parent04b5b2e8367ab01a2e9a0a1b511f8fa6cdb60a0f (diff)
[CI] Update coq_makefile
Diffstat (limited to 'test-suite/coq-makefile/uninstall1')
-rwxr-xr-xtest-suite/coq-makefile/uninstall1/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/coq-makefile/uninstall1/run.sh b/test-suite/coq-makefile/uninstall1/run.sh
index fc95d84b9a..0f05acd072 100755
--- a/test-suite/coq-makefile/uninstall1/run.sh
+++ b/test-suite/coq-makefile/uninstall1/run.sh
@@ -19,5 +19,8 @@ make uninstall-doc DSTROOT="$PWD/tmp"
) | sort -u > actual
sort -u > desired <<EOT
.
+./test
+./test/sub
EOT
+(coqc -config | grep -q "NATIVE_COMPILER_DEFAULT=yes") || sed -i.bak '/test/d' desired
exec diff -u desired actual