forked from Imagelibrary/rtems
tmtests/tmfine01: Reduce test context size
Reduce test context size in non-SMP configurations. Close #3200.
This commit is contained in:
@@ -30,7 +30,11 @@
|
||||
|
||||
const char rtems_test_name[] = "TMFINE 1";
|
||||
|
||||
#if defined(RTEMS_SMP)
|
||||
#define CPU_COUNT 32
|
||||
#else
|
||||
#define CPU_COUNT 1
|
||||
#endif
|
||||
|
||||
#define MSG_COUNT 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user