aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbodqhrohro <bodqhrohro@gmail.com>2019-11-14 23:11:04 +0300
committerbodqhrohro <bodqhrohro@gmail.com>2019-11-14 23:11:04 +0300
commit736abcb5bc3a7e2c0f1f1dfd3052cb6153b60d02 (patch)
treed98db15053f0889f999ae60e0fd67be8c3a963f9 /Makefile
parent47cf94ad01b4db8749c55c1a1dca50c9b94daf02 (diff)
Send presence for recovered sessions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a4145d..d53a133 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all:
go build -o telegabber
test:
- go test -v ./config ./ ./telegram
+ go test -v ./config ./ ./telegram ./xmpp
lint:
$(GOPATH)/bin/golint ./...