tests/jv_vdb_tests.st
changeset 132 a1dededebc0b
parent 116 d0d6da74ead3
child 143 df7f89efd39d
--- a/tests/jv_vdb_tests.st	Fri Dec 14 11:41:47 2018 +0000
+++ b/tests/jv_vdb_tests.st	Tue Jan 01 23:46:41 2019 +0000
@@ -72,6 +72,7 @@
         #'jv:libgdbs/tests'    "GDBDebuggeesResource - referenced by VDBAbstractApplicationTests class>>resources"
         #'jv:vdb'    "VDBInstructionListApplication - referenced by VDBInstructionListApplicationTests>>test_01a"
         #'stx:libbasic3'    "MessageTracer - referenced by VDBAbstractApplicationTests>>setUp"
+        #'stx:libview'    "StandardSystemView - referenced by VDBSimpleDebuggerConsoleViewTest>>setUp"
         #'stx:libview2'    "ValueHolder - referenced by VDBInstructionListApplicationTests>>test_01a"
     )
 !
@@ -97,8 +98,10 @@
     ^ #(
         "<className> or (<className> attributes...) in load order"
         VDBAbstractApplicationTests
+        VDBSimpleDebuggerConsoleViewTest
         #'jv_vdb_tests'
         VDBInstructionListApplicationTests
+        VDBSimpleDebuggerConsoleApplicationTest
     )
 !