Add mdlp c++ submodule and reconfigure

This commit is contained in:
2022-12-11 00:27:27 +01:00
parent 3d48073574
commit 252c0fef17
28 changed files with 8 additions and 34121 deletions

View File

@@ -11,12 +11,8 @@ clean: ## Clean up
test:
coverage run -m unittest -v fimdlp.tests
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
coverage report -m
lint: ## Lint and static-check