Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 453 Bytes

File metadata and controls

21 lines (15 loc) · 453 Bytes

testcoe Examples

Examples demonstrating testcoe usage:

  • basic/ - Grid visualization with multiple test files
  • crash/ - Crash handling and stack traces
  • filter/ - Running specific tests or suites

Quick Start

mkdir build && cd build
cmake .. && cmake --build .

# Run examples
./examples/basic/basic_example
./examples/crash/crash_example
./examples/filter/filter_example --help

See each example's README for more details.