Brought over a bunch of stuff to get started, but only lel.cpp compiles.

This commit is contained in:
Zed A. Shaw 2025-05-05 11:42:21 -04:00
parent 26685279ce
commit 103793204d
33 changed files with 2746 additions and 0 deletions

View file

@ -0,0 +1,13 @@
rm -recurse -force coverage/*
cp *.cpp,*.hpp,*.rl builddir
. .venv/Scripts/activate
rm -recurse -force coverage
cp scripts\gcovr_patched_coverage.py .venv\Lib\site-packages\gcovr\coverage.py
gcovr -o coverage/ --html --html-details --html-theme github.dark-blue --gcov-ignore-errors all --gcov-ignore-parse-errors negative_hits.warn_once_per_file -e builddir/subprojects -e builddir -e subprojects -j 10 .
rm *.gcov.json.gz
start .\coverage\coverage_details.html