quickSelfTest/RunUnitTestsStart.st
changeset 401 9b1d27b1d333
parent 397 84e6ade7aad9
child 441 1d8316acf54b
--- a/quickSelfTest/RunUnitTestsStart.st	Tue Oct 10 15:19:14 2017 +0200
+++ b/quickSelfTest/RunUnitTestsStart.st	Tue Oct 10 15:19:18 2017 +0200
@@ -62,7 +62,7 @@
     ].
 
     "run the unit tests"
-    RunUnitTests run.
+    RunUnitTests runWithCompiledUnitTestClasses:true.
 ! !
 
 !RunUnitTestsStart class methodsFor:'documentation'!