quickSelfTest/RunUnitTestsStart.st
changeset 441 1d8316acf54b
parent 401 9b1d27b1d333
child 448 0c6ed3c11233
equal deleted inserted replaced
440:8f37dda0bb2d 441:1d8316acf54b
    61         ].
    61         ].
    62     ].
    62     ].
    63 
    63 
    64     "run the unit tests"
    64     "run the unit tests"
    65     RunUnitTests runWithCompiledUnitTestClasses:true.
    65     RunUnitTests runWithCompiledUnitTestClasses:true.
       
    66     RegressionTests::IntegerTest. "/ just to get the ref for building make files
    66 ! !
    67 ! !
    67 
    68 
    68 !RunUnitTestsStart class methodsFor:'documentation'!
    69 !RunUnitTestsStart class methodsFor:'documentation'!
    69 
    70 
    70 version
    71 version