Merge remote-tracking branch 'remotes/famz/tags/pull-docker-20160601' into staging
v2: Fix warning due to include.
Various temp dir/file changes.
Don't use "find -executable" to be compatible with Mac.
# gpg: Signature made Wed 01 Jun 2016 10:30:33 BST using RSA key ID 6A9171C6
# gpg: Good signature from "Fam Zheng <famz@redhat.com>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 5003 7CB7 9706 0F76 F021 AD56 CA35 624C 6A91 71C6
* remotes/famz/tags/pull-docker-20160601:
.gitignore: Ignore docker source copy
MAINTAINERS: Add tests/docker
docker: Add EXTRA_CONFIGURE_OPTS
docs: Add text for tests/docker in build-system.txt
docker: Add travis tool
docker: Add mingw test
docker: Add clang test
docker: Add full test
docker: Add quick test
docker: Add common.rc
docker: Add test runner
docker: Add images
Makefile: Rules for docker testing
Makefile: Always include rules.mak
rules.mak: Add "COMMA" constant
tests: Add utilities for docker testing
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- Makefile 5 additions, 2 deletionsMakefile
- docs/build-system.txt 5 additions, 0 deletionsdocs/build-system.txt
- rules.mak 2 additions, 0 deletionsrules.mak
- tests/docker/Makefile.include 126 additions, 0 deletionstests/docker/Makefile.include
- tests/docker/common.rc 32 additions, 0 deletionstests/docker/common.rc
- tests/docker/docker.py 194 additions, 0 deletionstests/docker/docker.py
- tests/docker/dockerfiles/centos6.docker 6 additions, 0 deletionstests/docker/dockerfiles/centos6.docker
- tests/docker/dockerfiles/fedora.docker 7 additions, 0 deletionstests/docker/dockerfiles/fedora.docker
- tests/docker/dockerfiles/ubuntu.docker 11 additions, 0 deletionstests/docker/dockerfiles/ubuntu.docker
- tests/docker/run 58 additions, 0 deletionstests/docker/run
- tests/docker/test-clang 26 additions, 0 deletionstests/docker/test-clang
- tests/docker/test-full 17 additions, 0 deletionstests/docker/test-full
- tests/docker/test-mingw 34 additions, 0 deletionstests/docker/test-mingw
- tests/docker/test-quick 19 additions, 0 deletionstests/docker/test-quick
- tests/docker/travis 21 additions, 0 deletionstests/docker/travis
- tests/docker/travis.py 48 additions, 0 deletionstests/docker/travis.py
Loading
Please register or sign in to comment