Initial commit
This commit is contained in:
20
SMT_PlayGround/hw_ext_variants/Avi64/generatedTests/main.cpp
Normal file
20
SMT_PlayGround/hw_ext_variants/Avi64/generatedTests/main.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user