diff options
| author | Frédéric Desbiens <[email protected]> | 2025-09-28 23:22:13 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-28 23:22:13 +0100 |
| commit | c4ad279b85fcf836c0b42d3e140fc32f0554e7b5 (patch) | |
| tree | 5e2593fe4ed0d57041ad46fd0f3d88b2c88b8561 /test/smp/regression/testcontrol.c | |
| parent | 12dac1d67d0dfe1c06f839ee285e190c759865a7 (diff) | |
| parent | 8a744afc1c4a3891db948d5cb5a93b86d1485cef (diff) | |
Merge pull request #468 from eclipse-threadx/devv6.4.3.202503_rel
Merge changes included in the v6.4.3.202503 release.
Diffstat (limited to 'test/smp/regression/testcontrol.c')
| -rw-r--r-- | test/smp/regression/testcontrol.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/smp/regression/testcontrol.c b/test/smp/regression/testcontrol.c index 8e3d872e..e63930d2 100644 --- a/test/smp/regression/testcontrol.c +++ b/test/smp/regression/testcontrol.c @@ -185,6 +185,7 @@ void threadx_queue_basic_two_word_application_define(void *); void threadx_queue_basic_four_word_application_define(void *); void threadx_queue_basic_eight_word_application_define(void *); void threadx_queue_basic_sixteen_word_application_define(void *); +void threadx_queue_basic_max_message_size_application_define(void *); void threadx_queue_empty_suspension_application_define(void *); void threadx_queue_full_suspension_application_define(void *); void threadx_queue_suspension_timeout_application_define(void *); @@ -328,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, |
