mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
refactor(tools/test_apps): Move HAL tests for MPU to the panic
test-app
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user