7550dd268f
This converts remaining tests to configation of VPP from test context. Type: test Change-Id: I386714f6b290e03d1757c2a033a25fae0340f5d6 Signed-off-by: Maros Ondrejicka <mondreji@cisco.com>
13 lines
129 B
Makefile
13 lines
129 B
Makefile
all: build docker
|
|
|
|
build:
|
|
go build ./tools/http_server
|
|
|
|
docker:
|
|
bash ./script/build.sh
|
|
|
|
fixstyle:
|
|
@gofmt -w .
|
|
|
|
.PHONY: docker
|