qemu-e2k/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>
2022-11-22 09:49:03 +00:00
..
dockerfiles tests/docker: Add flex/bison to `debian-hexagon-cross` 2022-10-31 20:37:58 +00:00
Makefile.include tests/docker: allow user to override check target 2022-11-22 09:49:03 +00:00
common.rc tests/docker: allow user to override check target 2022-11-22 09:49:03 +00:00
docker.py tests/docker: remove FROM qemu/ support from docker.py 2022-09-20 17:22:08 +01:00
run tests/docker: run script use realpath instead of readlink 2022-10-06 11:53:20 +01:00
test-block
test-build
test-clang
test-debug
test-full
test-mingw tests/docker: update test-mingw to run single build 2022-10-31 20:37:58 +00:00
test-misc
test-quick
test-static
test-tcg
test-tsan
test-unit