test add support for using system heap

This commit is contained in:
Themba Dube
2022-01-23 09:58:55 -05:00
parent 0b68840cd9
commit 446b1ebf2b
6 changed files with 43 additions and 8 deletions

View File

@@ -20,7 +20,8 @@ build_only_options = {
}
test_options = {
'OPTIONS_TEST': 'Test config, 32 bit color depth',
'OPTIONS_TEST_DEFHEAP': 'Test config, LVGL heap, 32 bit color depth',
'OPTIONS_TEST_SYSHEAP': 'Test config, system heap, 32 bit color depth',
}