aboutsummaryrefslogtreecommitdiff
path: root/test/performance/odp_scheduling_run
diff options
context:
space:
mode:
authorNicolas Morey-Chaisemartin <nmorey@kalray.eu>2015-06-30 09:22:42 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-10 12:06:05 +0300
commit40f618b46132367e44af558a12de60869755072e (patch)
treee8486c05d9251e113893450402bc712e99f70fea /test/performance/odp_scheduling_run
parent47a36a2197322c37a86e2571f119b6dc012c963e (diff)
test: suffix binaries with ${EXEEXT} in test scripts
Signed-off-by: Nicolas Morey-Chaisemartin <nmorey@kalray.eu> Reviewed-by: Christophe Milard <christophe.milard@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test/performance/odp_scheduling_run')
-rwxr-xr-xtest/performance/odp_scheduling_run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/odp_scheduling_run b/test/performance/odp_scheduling_run
index e957a98..755b0c1 100755
--- a/test/performance/odp_scheduling_run
+++ b/test/performance/odp_scheduling_run
@@ -16,7 +16,7 @@ run()
echo odp_scheduling_run starts with $1 worker threads
echo ===============================================
- $TEST_DIR/odp_scheduling -c $1 || ret=1
+ $TEST_DIR/odp_scheduling${EXEEXT} -c $1 || ret=1
}
run 1