Add some tests

This commit is contained in:
2022-12-04 22:16:08 +01:00
parent cd3df9f5fc
commit 80c1802e10
4 changed files with 16 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ test:
cd fimdlp/testcpp && ./test
coverage:
if [ -d fimdlp/testcpp/build/CMakeFiles ]; then rm -fr fimdlp/testcpp/build/CMakeFiles/* ; fi;
make test
cd fimdlp/testcpp && ./cover