mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
unit tests: test aligment by 8
This commit is contained in:
@@ -10,6 +10,7 @@ void test_furi_pubsub(void);
|
||||
|
||||
void test_furi_memmgr(void);
|
||||
void test_furi_memmgr_advanced(void);
|
||||
void test_furi_memmgr_aligned8(void);
|
||||
|
||||
static int foo = 0;
|
||||
|
||||
@@ -39,6 +40,7 @@ MU_TEST(mu_test_furi_memmgr) {
|
||||
// that memory management is working fine
|
||||
test_furi_memmgr();
|
||||
test_furi_memmgr_advanced();
|
||||
test_furi_memmgr_aligned8();
|
||||
}
|
||||
|
||||
MU_TEST_SUITE(test_suite) {
|
||||
|
||||
Reference in New Issue
Block a user