tests/libInit.cc
changeset 111 a70313e80780
parent 72 4e8268dabaf7
child 132 a1dededebc0b
--- a/tests/libInit.cc	Thu Sep 27 21:27:59 2018 +0100
+++ b/tests/libInit.cc	Fri Sep 28 10:09:50 2018 +0100
@@ -16,7 +16,9 @@
 DLL_EXPORT void _libjv_vdb_tests_InitDefinition() INIT_TEXT_SECTION;
 #endif
 
+extern void _VDBAbstractApplicationTests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _jv_137vdb_137tests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
+extern void _VDBInstructionListApplicationTests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 
 
 
@@ -31,7 +33,9 @@
 void _libjv_vdb_tests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd)
 {
   __BEGIN_PACKAGE2__("libjv_vdb_tests", _libjv_vdb_tests_Init, "jv:vdb/tests");
+    _VDBAbstractApplicationTests_Init(pass,__pRT__,snd);
     _jv_137vdb_137tests_Init(pass,__pRT__,snd);
+    _VDBInstructionListApplicationTests_Init(pass,__pRT__,snd);
 
 
   __END_PACKAGE__();