diff options
Diffstat (limited to 'extras/hs-test/vars')
-rwxr-xr-x | extras/hs-test/vars | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/hs-test/vars b/extras/hs-test/vars new file mode 100755 index 00000000000..1717b114de7 --- /dev/null +++ b/extras/hs-test/vars @@ -0,0 +1,4 @@ +export VPP_WS=../../ + +export HST_LDPRELOAD=${VPP_WS}/build-root/build-vpp_debug-native/vpp/lib/x86_64-linux-gnu/libvcl_ldpreload.so +export PATH=${VPP_WS}/build-root/build-vpp_debug-native/vpp/bin:$PATH |