From ceff6833cf59951381640d844b9ad527abb31e88 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 1 May 2019 18:31:54 +0200 Subject: travis: add make root_test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7fd9c3d..2371a17 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ test: .phony: root_test root_test: ./build.bash - cd tests/root_test ; go test -c ; sudo ./root_test.test + cd tests/root_test ; go test -c ; sudo ./root_test.test -test.v .phony: format format: -- cgit v1.2.3