From 74ac45dfc02be6ed1d20c105290b515e8347b396 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 27 Aug 2023 11:47:41 +0200 Subject: mention Valgrind tests in DEVELOPMENT.md --- DEVELOPMENT.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DEVELOPMENT.md') diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 4a54fea..4f5d598 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -17,6 +17,12 @@ After building, you can run the "test suite" (depends on Pytest). make test +### Valgrind + +You can run a suite of basic sanity tests under Valgrind: + + make test/valgrind + ### Code coverage You can generate a code coverage report (depends on `gcovr`) in -- cgit v1.2.3