Alex Bennée <alex.ben...@linaro.org> writes: > 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:
Ping? > > make docker-run TEST=test-quick IMAGE=debian:arm64 \ > EXECUTABLE=./aarch64-linux-user/qemu-aarch64 J=9 SHOW_ENV=1 > > The existing auto targets still work but have been converted to use > the generic runner once they have done the validation. > > Since last post: > - review comments on the main patch > - added a travis docker file > - minor tweak to the test-mingw script > > Alex Bennée (4): > 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 | 89 > +++++++++++++++++++++++++--------- > tests/docker/dockerfiles/travis.docker | 6 +++ > tests/docker/test-build | 18 +++++++ > tests/docker/test-mingw | 4 +- > 4 files changed, 93 insertions(+), 24 deletions(-) > create mode 100644 tests/docker/dockerfiles/travis.docker > create mode 100755 tests/docker/test-build -- Alex Bennée