s/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 12 Feb 2020 15:09:57 +0000
changeset 318 1b735d3747d8
parent 302 30fc156ff773
permissions -rw-r--r--
Use launcher script to run smalltalk ...rather than binary. This makes it work in both, in-tree builds and (new) out-of-tree builds.

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

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

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libjv_calipel_s_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libjv_calipel_s_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libjv_calipel_s_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libjv_calipel_s__DFN", _libjv_calipel_s_InitDefinition, "jv:calipel/s");
_jv_137calipel_137s_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libjv_calipel_s_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libjv_calipel_s", _libjv_calipel_s_Init, "jv:calipel/s");
_Benchmark_Init(pass,__pRT__,snd);
_BenchmarkError_Init(pass,__pRT__,snd);
_BenchmarkExamples_Init(pass,__pRT__,snd);
_BenchmarkExamplesInstrument_Init(pass,__pRT__,snd);
_BenchmarkExecutionFailure_Init(pass,__pRT__,snd);
_BenchmarkExecutor_Init(pass,__pRT__,snd);
_BenchmarkInstance_Init(pass,__pRT__,snd);
_BenchmarkMeasurement_Init(pass,__pRT__,snd);
_BenchmarkMeasurementInstrument_Init(pass,__pRT__,snd);
_BenchmarkMeasurementValueNotAvailable_Init(pass,__pRT__,snd);
_BenchmarkOutcome_Init(pass,__pRT__,snd);
_BenchmarkParameter_Init(pass,__pRT__,snd);
_BenchmarkPlatform_Init(pass,__pRT__,snd);
_BenchmarkReport_Init(pass,__pRT__,snd);
_BenchmarkReportJSONWriter_Init(pass,__pRT__,snd);
_BenchmarkResultC_Init(pass,__pRT__,snd);
_BenchmarkRunner_Init(pass,__pRT__,snd);
_BenchmarkSuite_Init(pass,__pRT__,snd);
_jv_137calipel_137s_Init(pass,__pRT__,snd);
_BenchmarkCountingInstrument_Init(pass,__pRT__,snd);
_BenchmarkExecutionError_Init(pass,__pRT__,snd);
_BenchmarkExecutionTimeInstrument_Init(pass,__pRT__,snd);
_BenchmarkParameterError_Init(pass,__pRT__,snd);
_BenchmarkReportJSON_Init(pass,__pRT__,snd);
_BenchmarkReportText_Init(pass,__pRT__,snd);
_BenchmarkRunnerExecutor_Init(pass,__pRT__,snd);
_BenchmarkSkipRequest_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}