src/HOL/Library/code_test.ML
changeset 69925 c90678ad942d
parent 69906 55534affe445
child 69926 110fff287217
equal deleted inserted replaced
69924:512ac874bb9d 69925:c90678ad942d
   465       "  print_string \"" ^ end_markerN ^ "\";;\n" ^
   465       "  print_string \"" ^ end_markerN ^ "\";;\n" ^
   466       "main ();;"
   466       "main ();;"
   467 
   467 
   468     val compiled_path = Path.append path (Path.basic "test")
   468     val compiled_path = Path.append path (Path.basic "test")
   469     val compile_cmd =
   469     val compile_cmd =
   470       "\"$ISABELLE_ROOT/lib/scripts/ocamlexec\" ocamlfind ocamlopt -w pu -package zarith -linkpkg " ^
   470       "\"$ISABELLE_HOME/lib/scripts/ocamlexec\" ocamlfind ocamlopt -w pu -package zarith -linkpkg " ^
   471       " -o " ^ File.bash_path compiled_path ^ " -I " ^ File.bash_path path ^ " " ^
   471       " -o " ^ File.bash_path compiled_path ^ " -I " ^ File.bash_path path ^ " " ^
   472       File.bash_path code_path ^ " " ^ File.bash_path driver_path
   472       File.bash_path code_path ^ " " ^ File.bash_path driver_path
   473 
   473 
   474     val run_cmd = File.bash_path compiled_path
   474     val run_cmd = File.bash_path compiled_path
   475   in
   475   in