tests: more organized

This commit is contained in:
Zach Ramsay 2018-02-02 22:15:01 +00:00 committed by Ethan Buchman
parent b51d5dda8c
commit d4dcc4c3c8
2 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ test_unit:
@go test $(PACKAGES)
test_cover:
@bash test_cover.sh
@bash tests/test_cover.sh
benchmark:
@go test -bench=. $(PACKAGES)