Refactor tests

This commit is contained in:
2023-03-21 00:53:18 +01:00
parent 12222f7903
commit 27ea3bf338
4 changed files with 160 additions and 155 deletions

View File

@@ -1,6 +1,9 @@
if [ -d build ] ; then
rm -fr build
fi
if [ -d gcovr-report ] ; then
rm -fr gcovr-report
fi
cmake -S . -B build -Wno-dev
cmake --build build
cd build