# HG changeset patch # User sr # Date 1507813245 -7200 # Node ID 1d8316acf54b9e8f5c6e6631f1fe4a912b269e85 # Parent 8f37dda0bb2d7eb474c11246c765d2ce09d245d9 #FEATURE by sr class: RunUnitTestsStart class changed: #main: diff -r 8f37dda0bb2d -r 1d8316acf54b quickSelfTest/RunUnitTestsStart.st --- a/quickSelfTest/RunUnitTestsStart.st Thu Oct 12 14:59:46 2017 +0200 +++ b/quickSelfTest/RunUnitTestsStart.st Thu Oct 12 15:00:45 2017 +0200 @@ -63,6 +63,7 @@ "run the unit tests" RunUnitTests runWithCompiledUnitTestClasses:true. + RegressionTests::IntegerTest. "/ just to get the ref for building make files ! ! !RunUnitTestsStart class methodsFor:'documentation'!