author | lcp |
Tue, 25 Apr 1995 11:14:03 +0200 | |
changeset 1072 | 0140ff702b23 |
parent 1000 | 0ad2b1da57ff |
child 1293 | 4ade5d1d369c |
permissions | -rw-r--r-- |
(* Title: CCL/ex/ROOT ID: $Id$ Author: Martin Coen, Cambridge University Computer Laboratory Copyright 1993 University of Cambridge Executes all examples for Classical Computational Logic *) CCL_build_completed; (*Cause examples to fail if CCL did*) writeln"Root file for CCL examples"; proof_timing := true; loadpath := [".", "ex"]; time_use_thy "ex/Nat"; time_use_thy "ex/List"; time_use_thy "ex/Stream"; time_use_thy "ex/Flag"; maketest"END: Root file for CCL examples";