File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
features/storage/TESTS/kvstore Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2727#include " utest.h"
2828#include < stdlib.h>
2929
30- #if !defined(TARGET_K64F)
31- #error [NOT_SUPPORTED] Kvstore API tests run only on K64F devices
30+ #if !defined(TARGET_K64F) && !defined(TARGET_ARM_FM)
31+ #error [NOT_SUPPORTED] Kvstore API tests run only on K64F devices and Fastmodels
3232#endif
3333
3434#define FSST_TEST_NUM_OF_THREADS 5
Original file line number Diff line number Diff line change 2929using namespace utest ::v1;
3030using namespace mbed ;
3131
32- #if !defined(TARGET_K64F)
33- #error [NOT_SUPPORTED] Kvstore API tests run only on K64F devices
32+ #if !defined(TARGET_K64F) && !defined(TARGET_ARM_FM)
33+ #error [NOT_SUPPORTED] Kvstore API tests run only on K64F devices and Fastmodels
3434#endif
3535
3636static const char data[] = " data" ;
Original file line number Diff line number Diff line change 2929using namespace utest ::v1;
3030using namespace mbed ;
3131
32- #if !defined(TARGET_K64F)
33- #error [NOT_SUPPORTED] Kvstore API tests run only on K64F devices
32+ #if !defined(TARGET_K64F) && !defined(TARGET_ARM_FM)
33+ #error [NOT_SUPPORTED] Kvstore API tests run only on K64F devices and Fastmodels
3434#endif
3535
3636static const char data[] = " data" ;
Original file line number Diff line number Diff line change 3434#include < stdio.h>
3535#include < algorithm>
3636
37- #if !defined(TARGET_K64F)
38- #error [NOT_SUPPORTED] Kvstore API tests run only on K64F devices
37+ #if !defined(TARGET_K64F) && !defined(TARGET_ARM_FM)
38+ #error [NOT_SUPPORTED] Kvstore API tests run only on K64F devices and Fastmodels
3939#endif
4040
4141#if !SECURESTORE_ENABLED
You can’t perform that action at this time.
0 commit comments