File tree Expand file tree Collapse file tree 13 files changed +61
-53
lines changed Expand file tree Collapse file tree 13 files changed +61
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "requires" : [
3+ " bare-metal" ,
4+ " greentea-client" ,
5+ " utest" ,
6+ " unity" ,
7+ " psa" ,
8+ " mbed-crypto" ,
9+ " mbedtls" ,
10+ " psa-compliance-framework" ,
11+ " filesystem" ,
12+ " littlefs" ,
13+ " mbed-trace" ,
14+ " device-key" ,
15+ " lora"
16+ ]
17+ }
Original file line number Diff line number Diff line change 2121 * Based on mbed-stress-test by Marcus Chang @ Arm Mbed - http://github.com/ARMmbed/mbed-stress-test
2222*/
2323
24+ #if !INTEGRATION_TESTS
25+ #error [NOT_SUPPORTED] integration tests not enabled for this target
26+ #endif
27+
2428#include " mbed.h"
2529#include " unity/unity.h"
2630#include " greentea-client/test_env.h"
Original file line number Diff line number Diff line change 2020/*
2121 * Based on mbed-stress-test by Marcus Chang @ Arm Mbed - http://github.com/ARMmbed/mbed-stress-test
2222*/
23+ #if !INTEGRATION_TESTS
24+ #error [NOT_SUPPORTED] integration tests not enabled for this target
25+ #endif
2326
2427#include " mbed.h"
2528#include " unity/unity.h"
Original file line number Diff line number Diff line change 2121 * Based on mbed-stress-test by Marcus Chang @ Arm Mbed - http://github.com/ARMmbed/mbed-stress-test
2222*/
2323
24+ #if !INTEGRATION_TESTS
25+ #error [NOT_SUPPORTED] integration tests not enabled for this target
26+ #endif
27+
2428#include " mbed.h"
2529#include " FATFileSystem.h"
2630#include " LittleFileSystem.h"
3034#include " common_defines_test.h"
3135#include " file_test.h"
3236
33- #if !INTEGRATION_TESTS
34- #error [NOT_SUPPORTED] integration tests not enabled for this target
35- #endif
36-
3737#ifdef MBED_CONF_APP_BASICS_TEST_FILENAME
3838#include MBED_CONF_APP_BASICS_TEST_FILENAME
3939#else
Original file line number Diff line number Diff line change 2121 * Based on mbed-stress-test by Marcus Chang @ Arm Mbed - http://github.com/ARMmbed/mbed-stress-test
2222*/
2323
24+ #if !INTEGRATION_TESTS
25+ #error [NOT_SUPPORTED] integration tests not enabled for this target
26+ #endif
27+
2428#include " mbed.h"
2529#include " FATFileSystem.h"
2630#include " LittleFileSystem.h"
3034#include " common_defines_test.h"
3135#include " file_test.h"
3236
33- #if !INTEGRATION_TESTS
34- #error [NOT_SUPPORTED] integration tests not enabled for this target
35- #endif
36-
3737#ifdef MBED_CONF_APP_BASICS_TEST_FILENAME
3838#include MBED_CONF_APP_BASICS_TEST_FILENAME
3939#else
Original file line number Diff line number Diff line change 2121 * Based on mbed-stress-test by Marcus Chang @ Arm Mbed - http://github.com/ARMmbed/mbed-stress-test
2222*/
2323
24+ #if !INTEGRATION_TESTS
25+ #error [NOT_SUPPORTED] integration tests not enabled for this target
26+ #endif
27+
2428#include " mbed.h"
2529#include " utest/utest.h"
2630#include " unity/unity.h"
2933#include " download_test.h"
3034#include < string>
3135
32- #if !INTEGRATION_TESTS
33- #error [NOT_SUPPORTED] integration tests not enabled for this target
34- #endif
35-
3636#ifdef MBED_CONF_APP_BASICS_TEST_FILENAME
3737#include MBED_CONF_APP_BASICS_TEST_FILENAME
3838#else
Original file line number Diff line number Diff line change 2121 * Based on mbed-stress-test by Marcus Chang @ Arm Mbed - http://github.com/ARMmbed/mbed-stress-test
2222*/
2323
24+ #if !INTEGRATION_TESTS
25+ #error [NOT_SUPPORTED] integration tests not enabled for this target
26+ #endif
27+
2428#include " mbed.h"
2529#include " utest/utest.h"
2630#include " unity/unity.h"
2933#include " download_test.h"
3034#include < string>
3135
32- #if !INTEGRATION_TESTS
33- #error [NOT_SUPPORTED] integration tests not enabled for this target
34- #endif
35-
3636#ifdef MBED_CONF_APP_BASICS_TEST_FILENAME
3737#include MBED_CONF_APP_BASICS_TEST_FILENAME
3838#else
Original file line number Diff line number Diff line change 2121 * Based on mbed-stress-test by Marcus Chang @ Arm Mbed - http://github.com/ARMmbed/mbed-stress-test
2222*/
2323
24+ #if !INTEGRATION_TESTS
25+ #error [NOT_SUPPORTED] integration tests not enabled for this target
26+ #endif
27+
2428#include " mbed.h"
2529#include " FATFileSystem.h"
2630#include " LittleFileSystem.h"
3236#include " file_test.h"
3337#include < string>
3438
35- #if !INTEGRATION_TESTS
36- #error [NOT_SUPPORTED] integration tests not enabled for this target
37- #endif
3839
3940#ifdef MBED_CONF_APP_BASICS_TEST_FILENAME
4041#include MBED_CONF_APP_BASICS_TEST_FILENAME
Original file line number Diff line number Diff line change 1818#include " unity.h"
1919#include " greentea-client/test_env.h"
2020
21- #include " Semaphore.h"
22-
2321#include " mbed_trace.h"
2422#define TRACE_GROUP " RTST"
2523
3634#error [NOT_SUPPORTED] Requires parameters from application config file.
3735#endif
3836
37+ #include " Semaphore.h"
38+
3939#if (MBED_CONF_APP_LORA_RADIO == SX1272) || (MBED_CONF_APP_LORA_RADIO == SX1276)
4040
4141using namespace utest ::v1;
You can’t perform that action at this time.
0 commit comments