Add testrace

This commit is contained in:
Mitchell Hashimoto 2014-07-01 10:04:23 -07:00
parent 93fbb9ea8f
commit d970cec8eb
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ libucl: vendor/libucl/$(LIBUCL_NAME)
test: libucl
go test $(TEST) $(TESTARGS)
testrace: libucl
go test -race $(TEST) $(TESTARGS)
updatedeps:
go get -u -v ./...