mbed-os/storage/kvstore/tdbstore/tests
Lingkai Dong 7b763be0e3 TDBStore Whitebox tests: fix memory check
Each block of HeapBlockDevice is only allocated from the heap when
that block is programmed. And erasing a block frees the associated
buffer.

To decide if there is enough heap to run the TDBStore Whitebox tests,
we need to perform a trial program() instead of erase().
2021-04-14 17:19:38 +01:00
..
TESTS/tdbstore/whitebox TDBStore Whitebox tests: fix memory check 2021-04-14 17:19:38 +01:00
UNITTESTS TDBStore unit test: flash simulation no longer required 2020-12-11 14:56:36 +00:00