mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-18 05:00:03 +02:00
Makefile: add test target.
This commit is contained in:
parent
83a2ddf2ed
commit
890ea537c6
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -15,6 +15,9 @@ build/$(PROGRAM_NAME) : $(SOURCES)
|
|||
$(GO) build -o $@ $(GOCCFLAGS) $(GOLDFLAGS) $^
|
||||
$(GO) env > build/.buildinfo
|
||||
|
||||
test:
|
||||
$(GO) test -v ./...
|
||||
|
||||
info-file :
|
||||
echo PACKAGE_NAME=\"$(PROGRAM_NAME)\" "\n"\
|
||||
PACKAGE_DESCRIPTION=\"HAproxy healthcheck program for EOSIO API.\" "\n"\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue