Complete CPP tests

This commit is contained in:
2022-12-05 00:50:44 +01:00
parent 80c1802e10
commit cabfdd57ea
4 changed files with 26 additions and 4 deletions

View File

@@ -6,6 +6,8 @@ clean: ## Clean up
rm -rf build dist *.egg-info
if [ -f fimdlp/cfimdlp.cpp ]; then rm fimdlp/cfimdlp.cpp; fi;
if [ -f fimdlp/cppfimdlp.cpython-310-darwin.so ]; then rm fimdlp/cppfimdlp.cpython-310-darwin.so; fi;
if [ -d fimdlp/testcpp/build ]; then rm -fr fimdlp/testcpp/build/* ; fi;
if [ -d fimdlp/testcpp/lcoverage ]; then rm -fr fimdlp/testcpp/lcoverage/* ; fi;
test:
cd fimdlp/testcpp && ./test