mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-17 16:35:52 +00:00
Complete CPP tests
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user