Generated Test Files
This directory contains automatically generated C++ test code.
Files
Instruments.h- Instrument configuration definitionsMeasurement.h- Measurement interface (stub implementation)Test_Level_Simple.cpp- Test class: Test_Level_Simplemain.cpp- Main entry point that executes all testsbuild.bat- Windows build scriptMakefile- 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.