You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/docker
Alex Bennée e558220df0 tests/docker: allow user to override check target
This is useful when trying to bisect a particular failing test behind
a docker run. For example:

  make docker-test-clang@fedora \
    TARGET_LIST=arm-softmmu \
    TEST_COMMAND="meson test qtest-arm/qos-test" \
    J=9 V=1

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221117172532.538149-4-alex.bennee@linaro.org>
2 years ago
..
dockerfiles tests/docker: Add flex/bison to `debian-hexagon-cross` 2 years ago
Makefile.include tests/docker: allow user to override check target 2 years ago
common.rc tests/docker: allow user to override check target 2 years ago
docker.py tests/docker: remove FROM qemu/ support from docker.py 2 years ago
run tests/docker: run script use realpath instead of readlink 2 years ago
test-block docker: test-block: Don't continue if build fails 7 years ago
test-build tests/docker: move DEF_TARGET_LIST setting to common.rc 5 years ago
test-clang tests/docker: remove FEATURES env var from templates 3 years ago
test-debug tests/docker: remove FEATURES env var from templates 3 years ago
test-full docker: move make check into check_qemu helper 6 years ago
test-mingw tests/docker: update test-mingw to run single build 2 years ago
test-misc tests/docker: remove FEATURES env var from templates 3 years ago
test-quick tests/docker: move DEF_TARGET_LIST setting to common.rc 5 years ago
test-static tests/docker: add test script for static linux-user builds 4 years ago
test-tcg tests/docker: add a test-tcg for building then running check-tcg 4 years ago
test-tsan tests/docker: remove FEATURES env var from templates 3 years ago
test-unit docker: add test-unit runner 6 years ago