tests/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 21 Nov 2017 15:29:42 +0000
branchjv
changeset 8224 6d994e1ee4fc
parent 7315 aed1314a2448
child 8269 5382a417a503
permissions -rw-r--r--
Issue #80: fixed resource file parsing to not access `Language` nor `LanguageTerritory` directly ...but use value returned by `Smalltalk language`. This is a preparation for removal of these globals, language and territory are matter if settings. The solution is bit hacky but spare us a need to rewrite all resource files. See https://swing.fit.cvut.cz/projects/stx-jv/ticket/80

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_libview_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_libview_tests_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libstx_libview_tests_InitDefinition() INIT_TEXT_SECTION;
#endif

extern void _FcPatternTests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _FormTests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _ResourcePackTests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _stx_137libview_137tests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);



void _libstx_libview_tests_InitDefinition(int pass, struct __vmData__ *__pRT__, OBJ snd)
{
  __BEGIN_PACKAGE2__("libstx_libview_tests__DFN", _libstx_libview_tests_InitDefinition, "stx:libview/tests");
    _stx_137libview_137tests_Init(pass,__pRT__,snd);

  __END_PACKAGE__();
}

void _libstx_libview_tests_Init(int pass, struct __vmData__ *__pRT__, OBJ snd)
{
  __BEGIN_PACKAGE2__("libstx_libview_tests", _libstx_libview_tests_Init, "stx:libview/tests");
    _FcPatternTests_Init(pass,__pRT__,snd);
    _FormTests_Init(pass,__pRT__,snd);
    _ResourcePackTests_Init(pass,__pRT__,snd);
    _stx_137libview_137tests_Init(pass,__pRT__,snd);


  __END_PACKAGE__();
}