From efb0a921609cf06080308a6a7c321d451489db8a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 28 Aug 2023 09:29:54 +0200 Subject: add links to reports to DEVELOPMENT.md --- DEVELOPMENT.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index bc1799b..f128c5b 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -21,6 +21,18 @@ To only run a subset of basic sanity tests: make test/sanity +To generate an HTML report in build/test_report/, run (requires pytest-html): + + make test/report + +Reports for the latest successful Clang builds can be found below: + +* [Debug], +* [Release]. + +[Debug]: https://egor-tensin.github.io/cimple/test_report_clang_debug/ +[Release]: https://egor-tensin.github.io/cimple/test_report_clang_release/ + ### Valgrind You can run a suite of basic sanity tests under Valgrind: -- cgit v1.2.3