aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/DEVELOPMENT.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-28 09:29:54 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-28 09:29:54 +0200
commitefb0a921609cf06080308a6a7c321d451489db8a (patch)
tree9e155876d2b987c217ba979a080f31d59dde7f71 /DEVELOPMENT.md
parentworkflows/ci: separate job for publishing to Pages (diff)
downloadcimple-efb0a921609cf06080308a6a7c321d451489db8a.tar.gz
cimple-efb0a921609cf06080308a6a7c321d451489db8a.zip
add links to reports to DEVELOPMENT.md
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md12
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: