Add coverage support to cpp tests

This commit is contained in:
2022-12-03 19:16:42 +01:00
parent e99852c5d5
commit 5cce895177
5 changed files with 17 additions and 14 deletions

View File

@@ -10,6 +10,9 @@ clean: ## Clean up
test:
cd fimdlp/testcpp && ./test
coverage:
cd fimdlp/testcpp && ./cover
lint: ## Lint and static-check
black fimdlp
flake8 fimdlp