#FEATURE by sr
authorsr
Thu, 12 Oct 2017 15:00:45 +0200
changeset 441 1d8316acf54b
parent 440 8f37dda0bb2d
child 442 1a7cb1fd33b4
#FEATURE by sr class: RunUnitTestsStart class changed: #main:
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'!