diff options
author | xengineering <me@xengineering.eu> | 2023-06-29 20:01:22 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-06-29 20:01:22 +0200 |
commit | 2e574362a25c5de44b2321a48a38d189e1f54930 (patch) | |
tree | 91091bb3b6522c876cc60a2285cfd97f2c10ca92 /Makefile | |
parent | 64d71d587eb618cb4490e51d4af48e9f374f7f8d (diff) | |
download | limox-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |