summaryrefslogtreecommitdiffstats
path: root/extras/hs-test/Makefile
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2023-06-15 10:06:57 +0200
committerFlorin Coras <florin.coras@gmail.com>2023-06-27 15:58:47 +0000
commit31eaea9eef0594117e83733aa01f8bbda940e4da (patch)
tree40a0ff08e018c379dd92823aa60c2a64ce1b9a4a /extras/hs-test/Makefile
parentfe965a3a17fd543cb5a7caf37b25729c1683865b (diff)
hs-test: add nginx+quic test
Type: test Change-Id: I15e4f2fb84cb4f34b6fea95978db000854a63e78 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'extras/hs-test/Makefile')
-rw-r--r--extras/hs-test/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/extras/hs-test/Makefile b/extras/hs-test/Makefile
index 3d7673a7267..7a5fb138397 100644
--- a/extras/hs-test/Makefile
+++ b/extras/hs-test/Makefile
@@ -44,8 +44,11 @@ help:
@echo " fixstyle - format .go source files"
@echo " list-tests - list all tests"
@echo
- @echo "Make arguments:"
+ @echo "make build arguments:"
@echo " UBUNTU_VERSION - ubuntu version for docker image"
+ @echo " HST_EXTENDED_TESTS - build extended tests"
+ @echo
+ @echo "make test arguments:"
@echo " PERSIST=[true|false] - whether clean up topology and dockers after test"
@echo " VERBOSE=[true|false] - verbose output"
@echo " UNCONFIGURE=[true|false] - unconfigure selected test"
@@ -76,12 +79,12 @@ build-go:
build: .deps.ok build-vpp-release build-go
@rm -f .build.vpp
- bash ./script/build.sh release
+ bash ./script/build_hst.sh release
@touch .build.vpp
build-debug: .deps.ok build-vpp-debug build-go
@rm -f .build.vpp
- bash ./script/build.sh debug
+ bash ./script/build_hst.sh debug
@touch .build.vpp
.deps.ok: