aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2016-03-18 18:01:20 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2016-03-18 18:01:20 +0100
commitbfce2747a747f48465fe32c3d29304ca6e774f25 (patch)
tree6baf459718c380e90b76b5938e625ca0272a58e4 /unit-tests
parent23539f231727113d53e4fdeae531d048b21730ae (diff)
downloadsmtcoq-bfce2747a747f48465fe32c3d29304ca6e774f25.tar.gz
smtcoq-bfce2747a747f48465fe32c3d29304ca6e774f25.zip
Light port to Coq 8.5 under progress
Diffstat (limited to 'unit-tests')
-rw-r--r--unit-tests/Tests_zchaff.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/unit-tests/Tests_zchaff.v b/unit-tests/Tests_zchaff.v
index c452734..1d2cf0c 100644
--- a/unit-tests/Tests_zchaff.v
+++ b/unit-tests/Tests_zchaff.v
@@ -17,6 +17,11 @@ Time Zchaff_Checker "hole4.cnf" "hole4.zlog".
(* Time Zchaff_Checker "velev-sss-1.0-05.cnf" "velev-sss-1.0-05.zlog". *)
+(* Some strange bug (bug 4629) in Coq8.5 forces me to write this for the moment *)
+Definition foo:= (@make (array int) 2 (make 0 0)).
+Definition bar:= (PArray.set (@make (array int) 2 (make 0 0)) 0 (make 0 0)).
+
+
Time Zchaff_Theorem sat1 "sat1.cnf" "sat1.zlog".
Time Zchaff_Theorem sat2 "sat2.cnf" "sat2.zlog".
Time Zchaff_Theorem sat3 "sat3.cnf" "sat3.zlog".