mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-07 07:53:18 +02:00
test: Ensure that the local pip environment is setup for test-run*
This commit is contained in:
committed by
Joachim Wiberg
parent
be7b57412e
commit
1202edc990
@@ -21,10 +21,10 @@ test-run: | ~/.infix-test-venv
|
||||
$(call test-env-run,\
|
||||
$(BR2_EXTERNAL_INFIX_PATH)/9pm/9pm.py \
|
||||
$(INFIX_TESTS))
|
||||
test-run-sh:
|
||||
test-run-sh: | ~/.infix-test-venv
|
||||
$(call test-env-run,/bin/sh)
|
||||
|
||||
test-run-play:
|
||||
test-run-play: | ~/.infix-test-venv
|
||||
$(call test-env-run,$(test-dir)/case/meta/play.py)
|
||||
|
||||
~/.infix-test-venv:
|
||||
|
||||
Reference in New Issue
Block a user