Skip to content
Snippets Groups Projects
Commit ecb0735f authored by Michele Alberti's avatar Michele Alberti
Browse files

Rename caisar configuration file for autodetection.

parent 85eb4067
No related branches found
No related tags found
No related merge requests found
File moved
(install (install
(section (site (caisar config))) (section (site (caisar config)))
(files caisar.conf) (files caisar-detection-data.conf)
(package caisar)) (package caisar))
...@@ -19,7 +19,7 @@ let rec lookup_file dirs filename = ...@@ -19,7 +19,7 @@ let rec lookup_file dirs filename =
let autodetect ~debug () = let autodetect ~debug () =
let open Why3 in let open Why3 in
if debug then Debug.set_flag Autodetection.debug; if debug then Debug.set_flag Autodetection.debug;
let caisar_conf = lookup_file Dirs.Sites.config "caisar.conf" in let caisar_conf = lookup_file Dirs.Sites.config "caisar-detection-data.conf" in
let data = Autodetection.Prover_autodetection_data.from_file caisar_conf in let data = Autodetection.Prover_autodetection_data.from_file caisar_conf in
let config = Whyconf.init_config (Some null) in let config = Whyconf.init_config (Some null) in
let binaries = Autodetection.request_binaries_version config data in let binaries = Autodetection.request_binaries_version config data in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment