mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
Code review fixes: Create build directory if it doesn't exist. Use better URL for protoc installation instructions.
This commit is contained in:
parent
d59d20d27b
commit
ba9c26e689
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -28,6 +28,7 @@ test: vendor
|
|||
|
||||
# Run test suite with coverage enabled
|
||||
cover: vendor
|
||||
mkdir -p build
|
||||
$(MAKE) test TESTFLAGS="-coverprofile=build/coverage.out"
|
||||
|
||||
# Run test suite with coverage enabled and view coverage results in browser
|
||||
|
|
@ -130,4 +131,4 @@ install-protoc-gen-gofast:
|
|||
go get -u github.com/gogo/protobuf/protoc-gen-gofast
|
||||
|
||||
install-protoc:
|
||||
@echo This tool cannot automatically install protoc. Please download and install protoc from https://github.com/google/protobuf/releases
|
||||
@echo This tool cannot automatically install protoc. Please download and install protoc from https://google.github.io/proto-lens/installing-protoc.html
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue