test: Ensure that the local pip environment is setup for test-run*

This commit is contained in:
Tobias Waldekranz
2023-06-30 15:33:10 +02:00
committed by Joachim Wiberg
parent be7b57412e
commit 1202edc990
+2 -2
View File
@@ -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: