Skip to content

Commit 0a8b2fd

Browse files
committed
[TEST] remove LPC1114 from RAM required tests
1 parent 64aa574 commit 0a8b2fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

features/storage/TESTS/blockdevice/heap_block_device/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
using namespace utest::v1;
2525

2626
// TODO HACK, replace with available ram/heap property
27-
#if defined(TARGET_MTB_MTS_XDOT)
27+
#if defined(TARGET_MTB_MTS_XDOT) || defined(TARGET_LPC1114)
2828
#error [NOT_SUPPORTED] Insufficient heap for heap block device tests
2929
#else
3030

features/storage/TESTS/blockdevice/mbr_block_device/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
using namespace utest::v1;
2626

2727
// TODO HACK, replace with available ram/heap property
28-
#if defined(TARGET_MTB_MTS_XDOT)
28+
#if defined(TARGET_MTB_MTS_XDOT) || defined(TARGET_LPC1114)
2929
#error [NOT_SUPPORTED] Insufficient heap for heap block device tests
3030
#else
3131

features/storage/TESTS/blockdevice/util_block_device/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
using namespace utest::v1;
2828

2929
// TODO HACK, replace with available ram/heap property
30-
#if defined(TARGET_MTB_MTS_XDOT)
30+
#if defined(TARGET_MTB_MTS_XDOT) || defined(TARGET_LPC1114)
3131
#error [NOT_SUPPORTED] Insufficient heap for heap block device tests
3232
#else
3333

0 commit comments

Comments
 (0)