unit test: malloc

This commit is contained in:
SG
2024-04-10 21:08:32 +03:00
parent e4107040e9
commit ece7a2d868
2 changed files with 63 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ void test_furi_concurrent_access(void);
void test_furi_pubsub(void);
void test_furi_memmgr(void);
void test_furi_memmgr_advanced(void);
static int foo = 0;
@@ -37,6 +38,7 @@ MU_TEST(mu_test_furi_memmgr) {
// this test is not accurate, but gives a basic understanding
// that memory management is working fine
test_furi_memmgr();
test_furi_memmgr_advanced();
}
MU_TEST_SUITE(test_suite) {