Searched refs:test_command (Results 1 – 3 of 3) sorted by relevance
95 test_command=( "${adb[@]}" shell "${binary}" )98 test_command+=( "--gtest_filter=${filter}" )100 test_command+=( "${test_args[@]}" )
125 test_command=( "${adb[@]}" shell "${binary}" )128 test_command+=( "--gtest_filter=${filter}" )130 test_command+=( "${test_args[@]}" )
303 bt_status_t (*test_command)(int command, const btgatt_test_params_t& params); member