From 72c9dac62cb6282841d22d877852bcee26bff9dd Mon Sep 17 00:00:00 2001 From: bodqhrohro Date: Tue, 22 Oct 2019 22:55:43 +0300 Subject: Add tests for config package (failing for now) --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d401472..6493cca 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,7 @@ +.PHONY: all test + all: go build -o telegabber + +test: + go test -v ./config -- cgit v1.2.3