default: test build: docker build -t ruby . docker run -d ruby test: $(MAKE) -C tests $@