hs-test: added targets to makefiles to get coverage from HS tests
[vpp.git] / extras / hs-test / script / build_hst.sh
index cc2d00b..3b4bc28 100755 (executable)
@@ -21,6 +21,8 @@ export VPP_WS=../..
 
 if [ "$1" == "debug" ]; then
        VPP_BUILD_ROOT=${VPP_WS}/build-root/build-vpp_debug-native/vpp
+elif [ "$1" == "gcov" ]; then
+  VPP_BUILD_ROOT=${VPP_WS}/build-root/build-vpp_gcov-native/vpp
 else
        VPP_BUILD_ROOT=${VPP_WS}/build-root/build-vpp-native/vpp
 fi