On Tue, 10/11 17:16, Alex Bennée wrote: > Hi Fam, > > I've re-based the series for the generic run target. The aim being to > allow a developer to run tests against any generic docker target even > if it is not in the list of approved targets: > > make docker-run TEST=test-quick IMAGE=debian:arm64 \ > EXECUTABLE=./aarch64-linux-user/qemu-aarch64 J=9 SHOW_ENV=1 > > Since last post: > - fix squashing of TARGET_LIST > - add new patch to remove verification (could be squashed)
Queued for next pull, thanks! Fam > > Alex Bennée (5): > tests/docker: add travis dockerfile > tests/docker: test-build script > tests/docker: make test-mingw honour TARGET_LIST > tests/docker/Makefile.include: add a generic docker-run target > tests/docker/Makefile.include: remove verification targets > > tests/docker/Makefile.include | 61 > +++++++++++++++++++++------------- > tests/docker/dockerfiles/travis.docker | 6 ++++ > tests/docker/test-build | 20 +++++++++++ > tests/docker/test-mingw | 3 +- > 4 files changed, 66 insertions(+), 24 deletions(-) > create mode 100644 tests/docker/dockerfiles/travis.docker > create mode 100755 tests/docker/test-build > > -- > 2.9.3 >