diff -r 972a73d7c50b -r 0be0c4e7ab9e test/Tools/isac/Run_Tests.thy --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/Tools/isac/Run_Tests.thy Wed Sep 08 10:15:51 2010 +0200 @@ -0,0 +1,11 @@ +(* +$ cd /usr/local/isabisac/test/Tools/isac +$ /usr/local/isabisac/bin/isabelle emacs Run_Tests.thy & + +*) + +theory Run_Tests imports Main begin + +use "ProgLang/term.sml" + +end