refactor location of cpp tests

This commit is contained in:
2022-12-01 20:35:23 +01:00
parent 8f98a23505
commit 0686195854
6 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ clean: ## Clean up
if [ -f fimdlp/cfimdlp.cpp ]; then rm fimdlp/cfimdlp.cpp; fi; 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 [ -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 lint: ## Lint and static-check
black fimdlp black fimdlp
flake8 fimdlp flake8 fimdlp

2
fimdlp/testcpp/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
build
build/*