Files
TestInfrastructure/SMT_PlayGround/hw_ext_variants/Avi64/generatedTests/main.cpp
2026-02-26 17:41:05 +01:00

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;
}