Examples demonstrating testcoe usage:
basic/- Grid visualization with multiple test filescrash/- Crash handling and stack tracesfilter/- Running specific tests or suites
mkdir build && cd build
cmake .. && cmake --build .
# Run examples
./examples/basic/basic_example
./examples/crash/crash_example
./examples/filter/filter_example --helpSee each example's README for more details.