diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-28 09:29:54 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-28 09:29:54 +0200 |
commit | efb0a921609cf06080308a6a7c321d451489db8a (patch) | |
tree | 9e155876d2b987c217ba979a080f31d59dde7f71 /DEVELOPMENT.md | |
parent | workflows/ci: separate job for publishing to Pages (diff) | |
download | cimple-efb0a921609cf06080308a6a7c321d451489db8a.tar.gz cimple-efb0a921609cf06080308a6a7c321d451489db8a.zip |
add links to reports to DEVELOPMENT.md
Diffstat (limited to '')
-rw-r--r-- | DEVELOPMENT.md | 12 |
1 files changed, 12 insertions, 0 deletions
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: |