tests/libInit.cc
author Patrik Svestka <patrik.svestka@gmail.com>
Wed, 08 Jun 2022 13:53:52 +0200
branchjv
changeset 6856 98caa7f380f7
parent 6607 1da320242101
permissions -rw-r--r--
Testing FontPanel initialization with incomplete Font information

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_libwidg_tests.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libstx_libwidg_tests_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libstx_libwidg_tests_InitDefinition() INIT_TEXT_SECTION;
#endif

extern void _EditFieldTests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _FontPanelTests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _stx_137libwidg_137tests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);



void _libstx_libwidg_tests_InitDefinition(int pass, struct __vmData__ *__pRT__, OBJ snd)
{
  __BEGIN_PACKAGE2__("libstx_libwidg_tests__DFN", _libstx_libwidg_tests_InitDefinition, "stx:libwidg/tests");
    _stx_137libwidg_137tests_Init(pass,__pRT__,snd);

  __END_PACKAGE__();
}

void _libstx_libwidg_tests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd)
{
  __BEGIN_PACKAGE2__("libstx_libwidg_tests", _libstx_libwidg_tests_Init, "stx:libwidg/tests");
    _EditFieldTests_Init(pass,__pRT__,snd);
    _FontPanelTests_Init(pass,__pRT__,snd);
    _stx_137libwidg_137tests_Init(pass,__pRT__,snd);


  __END_PACKAGE__();
}