feat(tools/test_qml): check if qmltestrunner exists

This commit is contained in:
Ronan Abhamon 2017-01-11 11:09:26 +01:00
parent 00cd5a3ff1
commit d02d22f9ae

View file

@ -22,6 +22,11 @@ cd $SCRIPT_DIR/..
# ==============================================================================
if ! [ -x "$( command -v "$TEST_RUNNER" )" ]; then
printf "${RED}Unable to found `$TEST_RUNNER`. No tests can be executed.${NC}\n"
exit 0
fi
so_far_so_good=0
# Check all `*.spec.qml` files.