aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-unittests.sh
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-08-13 17:45:34 +0100
committerJoão Valverde <j@v6e.pt>2016-08-15 10:00:59 +0000
commit47fbdc297ad37bd8a7b5106cdc518d1f82b63d9e (patch)
tree4c0bf1c6218542dae510cf1cfcfce70a04e4e760 /test/suite-unittests.sh
parentba820319761dd2c4589ed76fc8aac3f8c9ff2fc8 (diff)
Fix unit test location for out of tree autotools build
Make it find test programs under the build tree. Change-Id: Ie7ff547417e8f248bb58f6c96896977ca4e710d1 Reviewed-on: https://code.wireshark.org/review/17048 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'test/suite-unittests.sh')
-rwxr-xr-xtest/suite-unittests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/suite-unittests.sh b/test/suite-unittests.sh
index d7186b3a4a..e43b0ccdb2 100755
--- a/test/suite-unittests.sh
+++ b/test/suite-unittests.sh
@@ -34,8 +34,11 @@ unittests_step_test() {
TOOL_SEARCH_PATHS="
$WS_BIN_PATH
+ $WS_BIN_PATH/epan
$SOURCE_DIR/epan
+ $WS_BIN_PATH/epan/wmem
$SOURCE_DIR/epan/wmem
+ $WS_BIN_PATH/tools
$SOURCE_DIR/tools
"