mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-18 08:55:51 +00:00
refactor location of cpp tests
This commit is contained in:
3
Makefile
3
Makefile
@@ -7,6 +7,9 @@ clean: ## Clean up
|
||||
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;
|
||||
|
||||
test:
|
||||
cd fimdlp/testcpp && ./test.sh
|
||||
|
||||
lint: ## Lint and static-check
|
||||
black fimdlp
|
||||
flake8 fimdlp
|
||||
|
Reference in New Issue
Block a user