tests/libInit.cc
changeset 178 5d1c3e5fab6b
parent 143 df7f89efd39d
--- a/tests/libInit.cc	Mon Jul 08 12:37:49 2019 +0100
+++ b/tests/libInit.cc	Mon Jul 08 13:31:11 2019 +0100
@@ -18,6 +18,7 @@
 
 extern void _VDBAbstractApplicationTests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _VDBSimpleConsoleViewTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
+extern void _VDBVariableObjectTests_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);
 extern void _VDBSimpleDebuggerConsoleApplicationTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
@@ -37,6 +38,7 @@
   __BEGIN_PACKAGE2__("libjv_vdb_tests", _libjv_vdb_tests_Init, "jv:vdb/tests");
     _VDBAbstractApplicationTests_Init(pass,__pRT__,snd);
     _VDBSimpleConsoleViewTest_Init(pass,__pRT__,snd);
+    _VDBVariableObjectTests_Init(pass,__pRT__,snd);
     _jv_137vdb_137tests_Init(pass,__pRT__,snd);
     _VDBInstructionListApplicationTests_Init(pass,__pRT__,snd);
     _VDBSimpleDebuggerConsoleApplicationTest_Init(pass,__pRT__,snd);