refactor(tools/test_apps): Move HAL tests for MPU to the panic test-app

This commit is contained in:
Laukik Hase
2023-10-11 16:54:24 +05:30
parent 9711e9a812
commit 3f67722274
7 changed files with 49 additions and 57 deletions

View File

@@ -100,6 +100,9 @@ void app_main(void)
HANDLE_TEST(test_name, test_ub);
HANDLE_TEST(test_name, test_assert);
HANDLE_TEST(test_name, test_assert_cache_disabled);
#if CONFIG_IDF_TARGET_ESP32
HANDLE_TEST(test_name, test_illegal_access);
#endif
#if CONFIG_TEST_MEMPROT