hs-test: fix install/build on new ubuntu instance
[vpp.git] / extras / hs-test / Makefile
index cd3a284..c4eadab 100644 (file)
@@ -1,5 +1,8 @@
 all: build docker
 
+install-dep:
+       apt update -y && apt install -y golang docker-ce apache2-utils wrk bridge-utils
+
 build:
        go build ./tools/http_server
 
@@ -8,5 +11,6 @@ docker:
 
 fixstyle:
        @gofmt -w .
+       @go mod tidy
 
 .PHONY: docker