Added python target
This commit is contained in:
parent
667841d136
commit
dead40c871
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -156,6 +156,11 @@ vs_run_tests: vs_build_tests
|
|||
./build/test/$(VS_BUILD_TYPE)/test_kompute.exe --gtest_filter=$(FILTER_TESTS)
|
||||
|
||||
|
||||
#### PYTHONG ####
|
||||
|
||||
test_python:
|
||||
python -m pytest -s --log-cli-level=DEBUG -v python/test/
|
||||
|
||||
####### Run CI Commands #######
|
||||
|
||||
# This command uses act to replicate github action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue