test/Tools/isac/Run_Tests.thy
branchisac-update-Isa09-2
changeset 37985 0be0c4e7ab9e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/Tools/isac/Run_Tests.thy	Wed Sep 08 10:15:51 2010 +0200
     1.3 @@ -0,0 +1,11 @@
     1.4 +(*
     1.5 +$ cd /usr/local/isabisac/test/Tools/isac
     1.6 +$ /usr/local/isabisac/bin/isabelle emacs Run_Tests.thy &
     1.7 +
     1.8 +*)
     1.9 +
    1.10 +theory Run_Tests imports Main begin
    1.11 +
    1.12 +use "ProgLang/term.sml"
    1.13 +
    1.14 +end