mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-16 16:05:52 +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
|
||||
|
2
fimdlp/testcpp/.gitignore
vendored
Normal file
2
fimdlp/testcpp/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
build
|
||||
build/*
|
Reference in New Issue
Block a user