21 lines
508 B
C++
21 lines
508 B
C++
// Auto-generated main file - do not edit
|
|
|
|
#include "InstrumentDefs.h"
|
|
#include "Test_Level_Simple.cpp"
|
|
|
|
int main(int argc, char* argv[]) {
|
|
// Initialize instruments (implementation specific)
|
|
Instruments instruments;
|
|
// TODO: Initialize instruments from configuration
|
|
|
|
// Execute test: Test_Level_Simple
|
|
{
|
|
Test_Level_Simple test(instruments);
|
|
// Call setup methods as needed
|
|
// test.setup_<method_name>(instruments);
|
|
test.execute();
|
|
}
|
|
|
|
return 0;
|
|
}
|