mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 20:05:02 +00:00
this removes all test targets from the top level makefile with the exception of `make test` that now calls `$(MAKE) -C test`. all tests now use `moby run` by instead of the older `./scripts`. this removes the need for dedicated qemu/hyperkit test targets. Signed-off-by: Dave Tucker <dt@docker.com>