From 6c1fe9d336f330df5e8c564a7070f55300c54916 Mon Sep 17 00:00:00 2001 From: Florian Fischer <florian.fl.fischer@fau.de> Date: Mon, 12 Oct 2020 20:48:14 +0200 Subject: [PATCH] mention in README how to analyze the failed test --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8e571b8..e363660 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 +``` -- GitLab