jv_dragonfly.st
changeset 12 6e775bad5027
parent 10 588414eaacff
child 13 b3d0f59702b7
--- a/jv_dragonfly.st	Wed Jan 20 22:46:04 2016 +0000
+++ b/jv_dragonfly.st	Sun Jan 24 22:26:45 2016 +0000
@@ -47,6 +47,7 @@
     ^ #(
         #'jv:dragonfly/udis86sx'    "UDIS86 - referenced by CompiledCodeObjectSection>>inspector2TabAssembly"
         #'stx:goodies/sunit'    "TestAsserter - superclass of CompiledCodeObjectTests"
+        #'stx:libcomp'    "ObjectFileLoader - referenced by ObjectFileLoaderTests>>test_01"
     )
 !
 
@@ -73,6 +74,7 @@
         "<className> or (<className> attributes...) in load order"
         CompiledCodeObject
         CompiledCodeObjectSectionFormat
+        (ObjectFileLoaderTests autoload)
         #'jv_dragonfly'
         CompiledCodeObjectSection
         (CompiledCodeObjectTests autoload)