quickSelfTest/RunUnitTestsStart.st
changeset 441 1d8316acf54b
parent 401 9b1d27b1d333
child 448 0c6ed3c11233
--- 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'!