summaryrefslogtreecommitdiff
path: root/test/parsing/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/parsing/run_tests.sh')
-rwxr-xr-xtest/parsing/run_tests.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/parsing/run_tests.sh b/test/parsing/run_tests.sh
index af64e15..b37e4dd 100755
--- a/test/parsing/run_tests.sh
+++ b/test/parsing/run_tests.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh
ECHO=`which echo`
@@ -16,13 +16,13 @@ fi
# find test binary on both platforms. allow the caller to force a
# particular test binary (useful for non-cmake build systems).
if [ -z "$testBin" ]; then
- testBin="../build/test/Release/yajl_test.exe"
+ testBin="../build/test/parsing/Release/yajl_test.exe"
if [ ! -x $testBin ] ; then
- testBin="../build/test/Debug/yajl_test.exe"
+ testBin="../build/test/parsing/Debug/yajl_test.exe"
if [ ! -x $testBin ] ; then
- testBin="../build/test/yajl_test"
+ testBin="../build/test/parsing/yajl_test"
if [ ! -x $testBin ] ; then
- ${ECHO} "cannot execute test binary: '$testBin'"
+ ${ECHO} "cannot execute test binary: '$testBin'"
exit 1;
fi
fi