aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbodqhrohro <bodqhrohro@gmail.com>2019-11-12 21:02:06 +0300
committerbodqhrohro <bodqhrohro@gmail.com>2019-11-12 21:02:06 +0300
commit47cf94ad01b4db8749c55c1a1dca50c9b94daf02 (patch)
tree7dcb58d95f2ebf3614413d95f6d6658019286b20 /Makefile
parenta5c97d68e77ca8c9c5518051f085051487cd0fbf (diff)
Tests for log constants
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 047de52..9a4145d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all:
go build -o telegabber
test:
- go test -v ./config
+ go test -v ./config ./ ./telegram
lint:
$(GOPATH)/bin/golint ./...