src/CCL/ex/ROOT.ML
changeset 4446 097004a470fb
parent 2236 c7869a443b14
child 6349 f7750d816c21
equal deleted inserted replaced
4445:de74b549f976 4446:097004a470fb
     7 *)
     7 *)
     8 
     8 
     9 CCL_build_completed;    (*Cause examples to fail if CCL did*)
     9 CCL_build_completed;    (*Cause examples to fail if CCL did*)
    10 
    10 
    11 writeln"Root file for CCL examples";
    11 writeln"Root file for CCL examples";
    12 proof_timing := true;
    12 set proof_timing;
    13 
    13 
    14 time_use_thy "Nat";
    14 time_use_thy "Nat";
    15 time_use_thy "List";
    15 time_use_thy "List";
    16 time_use_thy "Stream";
    16 time_use_thy "Stream";
    17 time_use_thy "Flag";
    17 time_use_thy "Flag";
    18 
       
    19 OS.FileSys.chDir "..";
       
    20 maketest"END: Root file for CCL examples";