aboutsummaryrefslogtreecommitdiffstats
path: root/src/extraction/test.ml
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2016-04-27 00:17:33 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2016-04-27 00:17:33 +0200
commitd734e4eae47b0b7f13626053663d236faa7f69e6 (patch)
tree52667d0b8931ccb73e132c2bf13772f51187f9c3 /src/extraction/test.ml
parent3fac4bd6183b19e7980d9e0131dffa7a49f4c096 (diff)
downloadsmtcoq-d734e4eae47b0b7f13626053663d236faa7f69e6.tar.gz
smtcoq-d734e4eae47b0b7f13626053663d236faa7f69e6.zip
Updating of the copyright
Diffstat (limited to 'src/extraction/test.ml')
-rw-r--r--src/extraction/test.ml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/extraction/test.ml b/src/extraction/test.ml
index 0b16b7f..f91a661 100644
--- a/src/extraction/test.ml
+++ b/src/extraction/test.ml
@@ -1,3 +1,19 @@
+(**************************************************************************)
+(* *)
+(* SMTCoq *)
+(* Copyright (C) 2011 - 2016 *)
+(* *)
+(* Michaël Armand *)
+(* Benjamin Grégoire *)
+(* Chantal Keller *)
+(* *)
+(* Inria - École Polytechnique - Université Paris-Sud *)
+(* *)
+(* This file is distributed under the terms of the CeCILL-C licence *)
+(* *)
+(**************************************************************************)
+
+
let _ = Printf.printf "Zchaff_checker.checker \"tests/sat1.cnf\" \"tests/sat1.zlog\" = %b\n" (Zchaff_checker.checker "tests/sat1.cnf" "tests/sat1.zlog")
let _ = Printf.printf "Zchaff_checker.checker \"tests/sat2.cnf\" \"tests/sat2.zlog\" = %b\n" (Zchaff_checker.checker "tests/sat2.cnf" "tests/sat2.zlog")
let _ = Printf.printf "Zchaff_checker.checker \"tests/sat3.cnf\" \"tests/sat3.zlog\" = %b\n" (Zchaff_checker.checker "tests/sat3.cnf" "tests/sat3.zlog")