stx_goodies_regression.st
branchjv
changeset 1954 f868e5f2043f
parent 1605 5ff1befbd463
child 1974 f2eaf05205d6
--- a/stx_goodies_regression.st	Mon Jul 24 21:21:01 2017 +0200
+++ b/stx_goodies_regression.st	Mon Aug 28 21:05:24 2017 +0100
@@ -21,7 +21,7 @@
     'AssociationTests'
     'BinaryIOTests'
     'BinaryTreeTester'
-    "/ 'BlockTest'    
+    "/ 'BlockTest'
     'CollectionTests'
     'CompilerTest'
     'ComplexTest'
@@ -77,6 +77,7 @@
     'SelectorNamespacesTests'
     'Win32OperatingSystemTest'
     'PTYTest'
+    'RecursionLockTests'
     )
 
     "Modified: / 18-11-2014 / 11:54:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
@@ -295,6 +296,8 @@
         (#'RegressionTests::TSMultiTreeTests' autoload)
         (#'RegressionTests::VMCrashTestCase' autoload)
         (#'RegressionTests::VMCrashTests' autoload)
+        (#'RegressionTests::ProcessSpawningTestCase' autoload)
+        (#'RegressionTests::RecursionLockTests' autoload)
     )
 !