From 2e574362a25c5de44b2321a48a38d189e1f54930 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 29 Jun 2023 20:01:22 +0200 Subject: Make tests verbose This helps to debug tests with t.Log() and t.Logf(). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7db9cae..5e8f23e 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,6 @@ install: $(LIMOX) install -Dm 644 $(DESKTOP) $(DESKTOP_INSTALL) tests: - go test $(LIMOX_GO_PACKAGE)/... + go test -test.v $(LIMOX_GO_PACKAGE)/... imgs: $(IMGS) -- cgit v1.2.3-70-g09d2