mirror of
https://github.com/bradford-hamilton/apple-1.git
synced 2025-01-14 06:30:09 +00:00
6 lines
190 B
Makefile
6 lines
190 B
Makefile
|
GOPATH:=$(shell go env GOPATH)
|
||
|
|
||
|
.PHONY: test
|
||
|
test:
|
||
|
go test ./... -v -race -bench=. | sed ''/PASS/s//$$(printf "\033[32mPASS\033[0m")/'' | sed ''/FAIL/s//$$(printf "\033[31mFAIL\033[0m")/''
|