summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-06-29 20:01:22 +0200
committerxengineering <me@xengineering.eu>2023-06-29 20:01:22 +0200
commit2e574362a25c5de44b2321a48a38d189e1f54930 (patch)
tree91091bb3b6522c876cc60a2285cfd97f2c10ca92 /Makefile
parent64d71d587eb618cb4490e51d4af48e9f374f7f8d (diff)
downloadlimox-2e574362a25c5de44b2321a48a38d189e1f54930.tar
limox-2e574362a25c5de44b2321a48a38d189e1f54930.tar.zst
limox-2e574362a25c5de44b2321a48a38d189e1f54930.zip
Make tests verbose
This helps to debug tests with t.Log() and t.Logf().
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)