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

Generated Test Files

This directory contains automatically generated C++ test code.

Files

  • Instruments.h - Instrument configuration definitions
  • Measurement.h - Measurement interface (stub implementation)
  • Test_Level_Simple.cpp - Test class: Test_Level_Simple
  • main.cpp - Main entry point that executes all tests
  • build.bat - Windows build script
  • Makefile - Linux/Mac build script

Building

Windows:

build.bat

Linux/Mac:

make

Running

After building, run the tests:

Windows:

test_runner.exe

Linux/Mac:

./test_runner

Note

The Measurement.h file contains stub implementations. You should replace this with your actual measurement implementation or link against your measurement library when building the tests.