s/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 21 Mar 2016 13:15:35 +0100
changeset 314 9ac0be200068
parent 302 30fc156ff773
permissions -rw-r--r--
CI: Added CI scripts for Pharo ...to make Jenkins setup easier. To run CalipeL/S tests on Pharo, simply execute: wget -O "ci-pharo-common.sh" https://bitbucket.org/janvrany/jv-calipel/raw/tip/s/pharo/ci/ci-pharo-tests.sh | bash -x To run standard set ob benchmarks on Pharo, run wget -O "ci-pharo-common.sh" https://bitbucket.org/janvrany/jv-calipel/raw/tip/s/pharo/ci/ci-pharo-benchmarks.sh | bash -x

/*
 * $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__();
}