diff options
author | bodqhrohro <bodqhrohro@gmail.com> | 2019-10-22 22:55:43 +0300 |
---|---|---|
committer | bodqhrohro <bodqhrohro@gmail.com> | 2019-10-22 22:56:11 +0300 |
commit | 72c9dac62cb6282841d22d877852bcee26bff9dd (patch) | |
tree | 772c3bc19f4461f6ffd427a61476c53b8b75158d /Makefile | |
parent | 9b4a09677a352d9938e4505bfc2d0c8d304567ac (diff) |
Add tests for config package (failing for now)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,2 +1,7 @@ +.PHONY: all test + all: go build -o telegabber + +test: + go test -v ./config |