diff --git a/README.md b/README.md index 8e571b823c736b569c6a6008c47d83f536174f92..e363660e7e47480c11f4004c8ca666b3af69c55b 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ # 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 +```