Skip to content

Commit

Permalink
feat: test algorithms with sanitizers and coverage (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Feb 19, 2024
1 parent 77bc601 commit f4e8bda
Show file tree
Hide file tree
Showing 12 changed files with 456 additions and 72 deletions.
4 changes: 4 additions & 0 deletions .github/install-dependency-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ set -e
GENERAL_PACKAGE_LIST_LINUX=(
python
gcc
clang
make
cmake
tree
pkgconf
ninja
meson
gcovr # for coverage
python-pygments # for coverage report syntax colors
llvm # for `llvm-symbolizer`, for human-readable sanitizer results
)
IGUANA_PACKAGE_LIST_LINUX=(
fmt
Expand Down
13 changes: 13 additions & 0 deletions .github/pages-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- GitHub Pages Front Page -->
<html>
<head>
<title>Iguana</title>
</head>
<body>
<h1>Iguana</h1>
<ul>
<li><a href="doxygen">API Documentation</a></li>
<li><a href="coverage-report">Coverage Report</a></li>
</ul>
</body>
</html>
Loading

0 comments on commit f4e8bda

Please sign in to comment.