blob: 3879d5799f29880d8872e3230f54532989b7f0ef (
plain)
1
2
3
4
5
6
|
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
export UBUNTU_VERSION=$(lsb_release -rs)
|