CGREEN-DEBUG(1) | User Commands | CGREEN-DEBUG(1) |
cgreen-debug - start cgreen-runner under GDB and break at a specific test
cgreen-debug [OPTION...] LIBRARY TEST
cgreen-debug is a script to start cgreen-runner under gdb, load a LIBRARY and break on a named TEST. Where LIBRARY is a filename of the shared library of Cgreen tests, usually .so or .dll depending on your platform. TEST is the name of a test in that library in the format <context>:<test_name>.
The full documentation for cgreen-debug and the Cgreen framework is in the Cgreen manual available at GitHub.
May 2020 | cgreen 1.2.0 |