decouple ecos experiment class definition from instantiation aspect
See 65eb44a746 for an explanation.
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
#include "experiment.hpp"
|
||||
#include "sal/SALInst.hpp"
|
||||
|
||||
static EcosKernelTestExperiment experiment;
|
||||
void instantiateEcosKernelTestExperiment()
|
||||
{
|
||||
fail::simulator.addFlow(&experiment);
|
||||
}
|
||||
Reference in New Issue
Block a user