Skip to content
Snippets Groups Projects

adds minimal example of CTest functionality

Closed Cristian Lalescu requested to merge ctest into main
4 unresolved threads
5 files
+ 32
0
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 3
0
add_test(
NAME broken_test
COMMAND python -c "print('this test is broken by design'); raise RuntimeError('This is an error-throwing Python code')")
Loading