summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-03 13:08:38 +0300
committerValery Piashchynski <[email protected]>2020-12-03 13:08:38 +0300
commit31e4bb7b236fe0ae59fd42d66af0d718b67a2a4b (patch)
treecd51f81b20dc32666165ff85d8b8bdad0e6c464c /Makefile
parentbdabf97a6463c0e3897063235f3d556d4f75c4bd (diff)
Initial commit of checker plugin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bcfe8d93..383b7699 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,9 @@ test:
go test -v -race -cover ./plugins/static/tests -tags=debug
go test -v -race -cover ./plugins/static -tags=debug
go test -v -race -cover ./plugins/headers/tests -tags=debug
+ go test -v -race -cover ./plugins/checker/tests -tags=debug
test_headers:
- go test -v -race -cover ./plugins/headers/tests -tags=debug \ No newline at end of file
+ go test -v -race -cover ./plugins/headers/tests -tags=debug
+test_checker:
+ go test -v -race -cover ./plugins/checker/tests -tags=debug \ No newline at end of file