diff options
author | Valery Piashchynski <[email protected]> | 2020-12-29 22:32:32 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-29 22:32:32 +0300 |
commit | 984953a9db1d94817bda2e3d9266583151b1b437 (patch) | |
tree | 70419ff5970540de61966eccfe861f12cc1e3589 /Makefile | |
parent | 6fe9da5c7c06cd18c79cef017289b8274079db4c (diff) |
Rename Utils folder in the Makefile. Update memleak.php (char instead of
space). Format test for windows.
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ uninstall: ## Uninstall locally installed RR test: ## Run application tests #go clean -testcache - go test -v -race -cover -tags=debug -covermode=atomic ./util + go test -v -race -cover -tags=debug -covermode=atomic ./utils go test -v -race -cover -tags=debug -covermode=atomic ./pkg/pipe go test -v -race -cover -tags=debug -covermode=atomic ./pkg/pool go test -v -race -cover -tags=debug -covermode=atomic ./pkg/socket |