tests/jv_libgdbs_tests.st
changeset 30 520ddea6851f
parent 23 a7eb888c81b5
child 45 deb908479a37
--- a/tests/jv_libgdbs_tests.st	Sat Jul 05 22:22:15 2014 +0100
+++ b/tests/jv_libgdbs_tests.st	Sun Jul 06 10:27:25 2014 +0100
@@ -28,9 +28,9 @@
      by searching along the inheritance chain of all of my classes."
 
     ^ #(
-        #'jv:libgdbs'    "GDBCommandStatus - shared pool used by GDBParserTests "
-        #'stx:goodies/sunit'    "TestAsserter - superclass of GDBDebuggerTests "
-        #'stx:libbasic'    "LibraryDefinition - superclass of jv_libgdbs_tests "
+        #'jv:libgdbs'    "GDBCommandStatus - shared pool used by GDBParserTests"
+        #'stx:goodies/sunit'    "TestAsserter - superclass of GDBDebuggerTests"
+        #'stx:libbasic'    "LibraryDefinition - superclass of jv_libgdbs_tests"
     )
 !
 
@@ -68,6 +68,7 @@
         GDBDebuggerTests
         GDBInternalPipeStreamTests
         GDBParserTests
+        GDBSimulatorProcessTests
         #'jv_libgdbs_tests'
     )
 !