aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2017-10-03 10:56:55 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2017-10-03 10:56:55 +0200
commit1cedf0df745cc5ed6bf5031b59f84fc37c8ce9f0 (patch)
tree1bc1d7da809dc8f1b06c82a029bd1c8ba9b0c00c /unit-tests
parent0d5b50fad7bf72dd0fe332eab05c68bd932220b0 (diff)
downloadsmtcoq-1cedf0df745cc5ed6bf5031b59f84fc37c8ce9f0.tar.gz
smtcoq-1cedf0df745cc5ed6bf5031b59f84fc37c8ce9f0.zip
Tests for Coq-8.6
Diffstat (limited to 'unit-tests')
-rw-r--r--unit-tests/Tests_verit.v2
-rw-r--r--unit-tests/Tests_zchaff.v2
2 files changed, 4 insertions, 0 deletions
diff --git a/unit-tests/Tests_verit.v b/unit-tests/Tests_verit.v
index 54916fa..af5ba36 100644
--- a/unit-tests/Tests_verit.v
+++ b/unit-tests/Tests_verit.v
@@ -1,3 +1,5 @@
+Add Rec LoadPath "../src" as SMTCoq.
+
Require Import SMTCoq.
Require Import Bool PArray Int63 List ZArith.
diff --git a/unit-tests/Tests_zchaff.v b/unit-tests/Tests_zchaff.v
index 106e25d..28251f8 100644
--- a/unit-tests/Tests_zchaff.v
+++ b/unit-tests/Tests_zchaff.v
@@ -1,3 +1,5 @@
+Add Rec LoadPath "../src" as SMTCoq.
+
Require Import SMTCoq.
Require Import Bool PArray Int63 List ZArith.