diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -13,4 +13,8 @@ test: go test -v -race -cover ./plugins/http/tests -tags=debug go test -v -race -cover ./plugins/gzip/tests -tags=debug go test -v -race -cover ./plugins/static/tests -tags=debug - go test -v -race -cover ./plugins/static -tags=debug
\ No newline at end of file + go test -v -race -cover ./plugins/static -tags=debug + go test -v -race -cover ./plugins/headers/tests -tags=debug + +test_headers: + go test -v -race -cover ./plugins/headers/tests -tags=debug
\ No newline at end of file |