1
0
Fork 0
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:
Henrik Hautakoski 2022-08-16 20:03:13 +02:00
parent 83a2ddf2ed
commit 890ea537c6
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -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"\