diff -r 707c5f49246d -r 2742f65467f0 quickSelfTest/SelfTest.st --- a/quickSelfTest/SelfTest.st Fri Sep 16 15:29:11 2011 +0200 +++ b/quickSelfTest/SelfTest.st Sat Sep 17 10:42:24 2011 +0200 @@ -1,4 +1,5 @@ "/ +"/ runs a nnumber of tests from the exept:regression package (see list below) "/ execute this script using the following command line: "/ "/ stx --noBanner -I --execute SelfTest.st @@ -51,6 +52,7 @@ 'CollectionTests' 'CompilerTest' 'ComplexTest' + 'STCCompilerTests' "/ 'DebuggerTest' "/ 'DeepCopyTests' 'DelayTest'