diff --git a/Makefile b/Makefile index bbbe56d..4f97463 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: go build -o calc test: - go test ./compute + go test -v ./... benchmark: - go test -bench ./compute + go test -bench . ./...