Skip to content

Commit

Permalink
Added "make apitest" to the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrode committed Jun 18, 2020
1 parent d4b6ac0 commit 1628780
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ test:
go vet ./...
go test ./...

apitest:
./apitest -d test/

gox:
go get github.com/mitchellh/gox
gox ${LDFLAGS} -parallel=4 -output="./bin/apitest_{{.OS}}_{{.Arch}}"
Expand All @@ -14,4 +17,4 @@ clean:
build:
go build

.PHONY: all test gox build clean
.PHONY: all test apitest gox build clean

0 comments on commit 1628780

Please sign in to comment.