From 1fe06f18c3bff37c6dba71bbfd3a55798f498e6a Mon Sep 17 00:00:00 2001 From: paul-szczepanek-arm <33840200+paul-szczepanek-arm@users.noreply.github.com> Date: Fri, 7 Jun 2019 13:50:30 +0100 Subject: [PATCH] exculde test --- .../targets/TARGET_CORDIO/TESTS/cordio_hci/transport/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/TESTS/cordio_hci/transport/main.cpp b/features/FEATURE_BLE/targets/TARGET_CORDIO/TESTS/cordio_hci/transport/main.cpp index 3aaadbb453..e5ee4bc235 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/TESTS/cordio_hci/transport/main.cpp +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/TESTS/cordio_hci/transport/main.cpp @@ -33,6 +33,10 @@ using ble::vendor::cordio::CordioHCITransportDriver; extern ble::vendor::cordio::CordioHCIDriver& ble_cordio_get_hci_driver(); +#if CORDIO_ZERO_COPY_HCI +#error [NOT_SUPPORTED] Test not relevant for zero copy hci. +#endif + namespace ble { namespace vendor { namespace cordio {