Lines Matching full:test
3 .PHONY: docker docker-help docker-test docker-clean docker-image docker-qemu-src
117 # These images may be good enough for building tests but not for test builds
127 __TESTS := $(notdir $(shell find $(SRC_PATH)/tests/docker/ -name 'test-*' -type f))
130 # Expand all the pre-requistes for each docker image and test combination
134 $(eval docker-$t@$i: docker-image-$i; @$(MAKE) docker-run TEST=$t IMAGE=qemu/$i) \
148 @echo ' docker-all-tests: Run all image/test combinations.'
149 @echo ' docker-TEST: Run "TEST" on all image combinations.'
151 @echo ' docker-TEST@IMAGE: Run "TEST" in container "IMAGE".'
152 @echo ' Note: "TEST" is one of the listed test name,'
157 @echo ' docker-run: For manually running a "TEST" with "IMAGE".'
195 # docker-test-foo@bar) which will also ensure the image is up to date.
197 # For example: make docker-run TEST="test-quick" IMAGE="debian:arm64" EXECUTABLE=./aarch64-linux-us…
201 @if test -z "$(IMAGE)" || test -z "$(TEST)"; \
202 then echo "Invalid target $(IMAGE)/$(TEST)"; exit 1; \
233 $(TEST), " RUN $(TEST) in ${IMAGE}")
243 docker-test-rust%: NETWORK=1