Skip to content

Commit

Permalink
[Makefile] Switching to ki7 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Apr 18, 2023
1 parent a9881ed commit d869575
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ test_server_nightly:
test: lint
rm -rf output
$(PY_COV) erase
KIAUTO_INTERPOSER_DISABLE=1 KIAUS_USE_NIGHTLY=7.0 $(PYTEST) --test_dir output
# KIAUTO_INTERPOSER_DISABLE=1 KIAUS_USE_NIGHTLY=7.0 $(PYTEST) --test_dir output
$(PYTEST) --test_dir output
$(PY_COV) report
$(PY_COV) html
x-www-browser htmlcov/index.html
Expand Down Expand Up @@ -114,6 +115,9 @@ test_docker_local_k6_1:
$(PY_COV) html
rm .coverage

t1k6: test_docker_local_k6_1


test_docker_local_k7:
rm -rf output
$(PY_COV) erase
Expand All @@ -134,7 +138,7 @@ test_docker_local_k7_1:
$(PY_COV) html
rm .coverage

t1k7: test_docker_local_k7_1
#t1k7: test_docker_local_k7_1

test_docker_local_k8_1:
rm -rf output
Expand Down Expand Up @@ -235,7 +239,7 @@ gen_ref:
# Restore the colors scheme
mv $(HOME)/.config/kicad/7.0/colors.ok $(HOME)/.config/kicad/7.0/colors

t1k6: single_test
t1k7: single_test

single_test:
-@rm .coverage
Expand Down

0 comments on commit d869575

Please sign in to comment.