diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2017-10-19 03:47:42 -0400 |
---|---|---|
committer | Keith Burns <alagalah@gmail.com> | 2017-10-19 14:27:51 +0000 |
commit | 86b8e26b331bb6db4ce69aa9fa7c0ea1392b985d (patch) | |
tree | fcc16330a6516195229770877303fb50920c0992 /extras/vcl-ldpreload/env.sh | |
parent | 41a9e51f65aae3639771d9af53e810b43a5aee19 (diff) |
vcl-ldpreload: test script enhancements
Change-Id: Iff302a35cd5d35bf0671a63e8ba81a0c60a231eb
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'extras/vcl-ldpreload/env.sh')
-rw-r--r-- | extras/vcl-ldpreload/env.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/vcl-ldpreload/env.sh b/extras/vcl-ldpreload/env.sh index b0df547dbd2..eb8aab801b0 100644 --- a/extras/vcl-ldpreload/env.sh +++ b/extras/vcl-ldpreload/env.sh @@ -1,3 +1,4 @@ export VPP_DIR=$WS_ROOT export LDP_DIR=$WS_ROOT/extras/vcl-ldpreload +export LDP_TEST_DIR=$LDP_DIR/test export VCL_LDPRELOAD_LIB_DIR=$LDP_DIR/src/.libs |