mbed-os/TESTS
Volodymyr Medvid ba751e3d4a Correctly include EventQueue.h
There are two EventQueue.h in mbed-os codebase:
events/EventQueue.h
features/FEATURE_BLE/ble/pal/EventQueue.h

By accident, `mbed compile` generates includes.txt with the correct
order of include search paths. This is not the case for the CMake
exporter: targets with FEATURE_BLE enables fail to compile with errors:

mbed-os/features/cellular/framework/AT/ATHandler.h:99:60: error:
'events' has not been declared

Update all places to always include either "events/EventQueue.h"
or "ble/pal/EventQueue.h": to always find the correct header.
2019-04-05 12:26:12 +01:00
..
events tests: astyle fix 2018-08-03 10:23:38 +01:00
host_tests Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00
integration/basic tests: astyle fix 2018-08-03 10:23:38 +01:00
lorawan/loraradio Resolve build issues in test 2018-10-16 11:50:16 -05:00
mbed-crypto/sanity Remove #ifndef NO_GREENTEA from tests 2019-04-05 12:26:09 +01:00
mbed_drivers Add flash sum check 2019-02-14 17:30:51 +02:00
mbed_functional tests: astyle fix 2018-08-03 10:23:38 +01:00
mbed_hal Remove #ifndef NO_GREENTEA from tests 2019-04-05 12:26:09 +01:00
mbed_platform Merge pull request #9888 from ARMmbed/feature-armc6 2019-03-04 12:23:38 +01:00
mbedmicro-mbed copyright 2019 fix 2019-02-15 13:37:40 +00:00
mbedmicro-rtos-mbed Increase the stack pointer check range 2019-03-12 10:06:39 -05:00
mbedtls Fix PSA-HAL, TRNG, TLS tests 2018-12-06 01:22:50 +02:00
netsocket Correctly include EventQueue.h 2019-04-05 12:26:12 +01:00
network Fix multihoming tests for case of no ethernet device 2019-03-04 11:25:56 +01:00
nfc/eeprom Fix long writes/reads stack overflowing (#8802) 2018-12-13 18:18:01 -06:00
psa Remove #ifndef NO_GREENTEA from tests 2019-04-05 12:26:09 +01:00
usb_device Applied more astyle fixes 2019-02-22 10:53:24 -06:00