mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-18 05:00:03 +02:00
Makefile: adding "test-utils" target.
This commit is contained in:
parent
d365b5deb1
commit
be7a246317
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -18,6 +18,11 @@ build: build/$(PROGRAM_NAME)
|
|||
build/$(PROGRAM_NAME) : $(SOURCES)
|
||||
$(GO) build -o $@ $(GOBUILDFLAGS) cmd/antelope-api-healtcheck/main.go
|
||||
|
||||
build/antelope-v1-mock-server:
|
||||
$(GO) build -o $@ $(GOBUILDFLAGS) cmd/antelope-v1-mock-server/main.go
|
||||
|
||||
test-utils: build/antelope-v1-mock-server
|
||||
|
||||
test:
|
||||
$(GO) test -v ./...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue