Skip to content
Snippets Groups Projects
Commit 6c1fe9d3 authored by Florian Fischer's avatar Florian Fischer
Browse files

mention in README how to analyze the failed test

parent 72b1cdc6
No related branches found
No related tags found
No related merge requests found
# ref_ptr - a thread safe shared reference counting pointer implementation
Build and get a gdb session with the failed test:
```bash
make
cd build
meson test --suite failing --repeat=1000 --gdb
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment