File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
filesystemstore/tests/TESTS/filesystemstore/general Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ if(NOT "DEVICE_TRNG=1" IN_LIST MBED_TARGET_DEFINITIONS)
55 set (TEST_SKIPPED "This test requires TRNG support!" )
66endif ()
77
8+ if (NOT "DEVICE_FLASH=1" IN_LIST MBED_TARGET_DEFINITIONS)
9+ set (TEST_SKIPPED "This test requires flash API support!" )
10+ endif ()
11+
812mbed_greentea_add_test(
913 TEST_NAME
1014 mbed-storage-kvstore-filesystemstore
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ if(NOT "DEVICE_TRNG=1" IN_LIST MBED_TARGET_DEFINITIONS)
55 set (TEST_SKIPPED "This test requires TRNG support!" )
66endif ()
77
8+ if (NOT "DEVICE_FLASH=1" IN_LIST MBED_TARGET_DEFINITIONS)
9+ set (TEST_SKIPPED "This test requires flash API support!" )
10+ endif ()
11+
812mbed_greentea_add_test(
913 TEST_NAME
1014 mbed-storage-kvstore-general_tests_phase_1
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ if(NOT "DEVICE_TRNG=1" IN_LIST MBED_TARGET_DEFINITIONS)
55 set (TEST_SKIPPED "This test requires TRNG support!" )
66endif ()
77
8+ if (NOT "DEVICE_FLASH=1" IN_LIST MBED_TARGET_DEFINITIONS)
9+ set (TEST_SKIPPED "This test requires flash API support!" )
10+ endif ()
11+
812mbed_greentea_add_test(
913 TEST_NAME
1014 mbed-storage-kvstore-general_tests_phase_2
You can’t perform that action at this time.
0 commit comments