summaryrefslogtreecommitdiff
path: root/test/run_device_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_device_tests.py')
-rwxr-xr-xtest/run_device_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run_device_tests.py b/test/run_device_tests.py
index 4661d57b74..f385441f6d 100755
--- a/test/run_device_tests.py
+++ b/test/run_device_tests.py
@@ -275,6 +275,7 @@ class AllTests:
),
TestConfig(test_name="global_initialization"),
TestConfig(test_name="libcxx"),
+ TestConfig(test_name="malloc", imagetype_to_use=ImageType.RO),
TestConfig(
config_name="mpu_ro",
test_name="mpu",
@@ -308,6 +309,7 @@ class AllTests:
test_name="rollback_entropy", imagetype_to_use=ImageType.RO
),
TestConfig(test_name="rtc"),
+ TestConfig(test_name="sbrk", imagetype_to_use=ImageType.RO),
TestConfig(test_name="sha256"),
TestConfig(test_name="sha256_unrolled"),
TestConfig(test_name="static_if"),