quickSelfTest/RunUnitTests.st
changeset 442 1a7cb1fd33b4
parent 428 013a7d128ce4
child 443 65f4ea5ca6a4
equal deleted inserted replaced
441:1d8316acf54b 442:1a7cb1fd33b4
   250 
   250 
   251     self
   251     self
   252         runWithCompiledUnitTestClasses:true
   252         runWithCompiledUnitTestClasses:true
   253         arguments:#(
   253         arguments:#(
   254             '--runOnlyExpeccoUnitTests' 
   254             '--runOnlyExpeccoUnitTests' 
   255 "/                '--forceTestCase' 
   255             '--forceTestCase' 
   256 "/                'CompilerTest'
   256             'FloatTest'
   257         )
   257         )
   258         debug:true
   258         debug:true
   259 ! !
   259 ! !
   260 
   260 
   261 !RunUnitTests class methodsFor:'logging'!
   261 !RunUnitTests class methodsFor:'logging'!