Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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.