diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 6c5ffcf..56eddc8 100644 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -8,28 +8,24 @@ set -ex # Is bccmd present and doesn't fail if called #bccmd --help +# Is bluemoon present and doesn't fail if called +bluemoon --help + +# Is bluetoothctl present and doesn't fail if called +bluetoothctl --help + # Is btattach present and doesn't fail if called btattach --version -# Is ciptool present and doesn't fail if called -ciptool --help +# Is btmgmt present and doesn't fail if called +btmgmt --help -# hciattach test -any_str=$(hciattach -l | grep -E "^any") -if [ "$any_str" != "any 0x0000,0x0000" ] -then - echo "Unable to find the 'any' hciattach configuration" - exit 99 -fi +# Is btmon present and doesn't fail if called +btmon --help -# Is hciconfig present and doesn't fail if called -hciconfig --help +# Is hex2hcd present and doesn't fail if called +hex2hcd --help -# Is hcitool present and doesn't fail if called -hcitool --help +# Is mpris-proxy present and doesn't fail if called +mpris-proxy --help -# Is rfcomm present and doesn't fail if called -rfcomm --help - -# Is sdptool present and doesn't fail if called -sdptool --help