summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-06-29 21:39:54 +0200
committerxengineering <me@xengineering.eu>2023-06-29 21:39:54 +0200
commitc8544b19df055235b9106ff296f0a5fe7cb1fe91 (patch)
treeb3da91a3d41746620ca67891797b55df8edfdc09 /Makefile
parent9afa580f3f3207ac449be86c1a305cb716b77f76 (diff)
parent3df1a88c726c08704e8b71c467bd8e11c9a52db6 (diff)
downloadlimox-c8544b19df055235b9106ff296f0a5fe7cb1fe91.tar
limox-c8544b19df055235b9106ff296f0a5fe7cb1fe91.tar.zst
limox-c8544b19df055235b9106ff296f0a5fe7cb1fe91.zip
Merge branch 'element-buffer'
This adds xengineering.eu/limox/xmpp/elementBuffer which is a buffer for a collection of XML tokens which are further processed after a full XML element is collected.
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)