@@ -171,6 +171,7 @@ void threadx_queue_basic_two_word_application_define(void *);
171171void threadx_queue_basic_four_word_application_define (void * );
172172void threadx_queue_basic_eight_word_application_define (void * );
173173void threadx_queue_basic_sixteen_word_application_define (void * );
174+ void threadx_queue_basic_max_message_size_application_define (void * );
174175void threadx_queue_empty_suspension_application_define (void * );
175176void threadx_queue_full_suspension_application_define (void * );
176177void threadx_queue_suspension_timeout_application_define (void * );
@@ -287,6 +288,7 @@ TEST_ENTRY test_control_tests[] =
287288 threadx_queue_basic_four_word_application_define ,
288289 threadx_queue_basic_eight_word_application_define ,
289290 threadx_queue_basic_sixteen_word_application_define ,
291+ threadx_queue_basic_max_message_size_application_define ,
290292 threadx_queue_empty_suspension_application_define ,
291293 threadx_queue_full_suspension_application_define ,
292294 threadx_queue_suspension_timeout_application_define ,
@@ -1193,6 +1195,7 @@ void test_control_return(UINT status)
11931195
11941196UINT old_posture = TX_INT_ENABLE ;
11951197
1198+ printf ("********** Running Queue Max Message Size Test (%u) ************** \n " , TX_QUEUE_MESSAGE_MAX_SIZE );
11961199
11971200 /* Save the status in a global. */
11981201 test_control_return_status = status ;
0 commit comments