summaryrefslogtreecommitdiffstats
path: root/extras/hs-test/test
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2023-09-05 15:36:28 +0200
committerFlorin Coras <florin.coras@gmail.com>2023-09-05 15:55:55 +0000
commit109f3ce4eba0a6ba869752f24cfaae73ab70bb2d (patch)
tree338b184b4f9beca38ddcd6b8008cf52f656983ea /extras/hs-test/test
parent3b770881b95ee33beb525513ebaece4ac93469dc (diff)
hs-test: point gdb to vpp source files
Type: test Change-Id: Ie5867737e5d49fd45cc15b690af3493263fb2f6f Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'extras/hs-test/test')
-rwxr-xr-xextras/hs-test/test4
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/hs-test/test b/extras/hs-test/test
index ae99f879841..c3b9eaef145 100755
--- a/extras/hs-test/test
+++ b/extras/hs-test/test
@@ -7,6 +7,7 @@ single_test=0
persist_set=0
unconfigure_set=0
debug_set=0
+vppsrc=
for i in "$@"
do
@@ -41,6 +42,9 @@ case "${i}" in
--cpus=*)
args="$args -cpus ${i#*=}"
;;
+ --vppsrc=*)
+ args="$args -vppsrc ${i#*=}"
+ ;;
--test=*)
tc_name="${i#*=}"
if [ $tc_name != "all" ]; then