X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/99991a3729120a1e2e8a3cb88abb75268c2e6245..60ba5e11a61618c0344e2db190210145083c91f8:/Makefile diff --git a/Makefile b/Makefile index 874c7ed..2566d41 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,9 @@ test: VIMRUNNER_REUSE_SERVER=1 xvfb-run bundle exec rspec -test_slow: - VIMRUNNER_REUSE_SERVER=0 bundle exec rspec - -test_visible: - VIMRUNNER_REUSE_SERVER=1 bundle exec rspec - # Run tests in dockerized Vims. DOCKER_REPO:=blueyed/vim-python-pep8-indent-vims-for-test -DOCKER_TAG:=1 +DOCKER_TAG:=3 DOCKER_IMAGE:=$(DOCKER_REPO):$(DOCKER_TAG) docker_image: @@ -26,3 +20,6 @@ test_docker: docker run --rm -ti -e DISPLAY -e VIMRUNNER_REUSE_SERVER=1 \ -v $(CURDIR):/vim-python-pep8-indent $(DOCKER_IMAGE) $(RSPEC_ARGS) \ $(if $(VIMRUNNER_TEST_DISPLAY),,; ret=$$?; kill $$XVFB_PID; exit $$ret) + +test_coverage: + spec/make-coverage