Hi, While reviewing Markus' header cleanups I realised my advice to use:
make docker-test-build to run through all the various builds would miss some of the cases that shippable catches. This is because the default target list is hard-coded into the tests. This series allows it to be over-ridden by each docker image by setting the DEF_TARGET_LIST env variable. The user still has full control of the target list by calling: make docker-test-build TARGET_LIST=foo Alex Bennée (2): tests/docker: move DEF_TARGET_LIST setting to common.rc tests/docker: set DEF_TARGET_LIST for some containers tests/docker/common.rc | 4 ++++ tests/docker/dockerfiles/debian-arm64-cross.docker | 1 + tests/docker/dockerfiles/debian-armel-cross.docker | 1 + tests/docker/dockerfiles/debian-armhf-cross.docker | 1 + tests/docker/dockerfiles/debian-mips-cross.docker | 1 + tests/docker/dockerfiles/debian-mips64el-cross.docker | 1 + tests/docker/dockerfiles/debian-ppc64el-cross.docker | 1 + tests/docker/dockerfiles/debian-s390x-cross.docker | 1 + tests/docker/test-build | 1 - tests/docker/test-mingw | 1 - tests/docker/test-quick | 1 - 11 files changed, 11 insertions(+), 3 deletions(-) -- 2.20.1