Added missing QUEUE_MESSAGE_MAX_SIZE test for SMP.

This commit is contained in:
Frédéric Desbiens
2025-09-28 22:34:15 +01:00
parent ea408ebe52
commit 1f59529034
3 changed files with 428 additions and 5 deletions

View File

@@ -329,6 +329,7 @@ TEST_ENTRY test_control_tests[] =
threadx_queue_basic_four_word_application_define,
threadx_queue_basic_eight_word_application_define,
threadx_queue_basic_sixteen_word_application_define,
threadx_queue_basic_max_message_size_application_define,
threadx_queue_empty_suspension_application_define,
threadx_queue_full_suspension_application_define,
threadx_queue_suspension_timeout_application_define,