summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp71/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp71/init.c')
-rw-r--r--testsuites/sptests/sp71/init.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/sptests/sp71/init.c b/testsuites/sptests/sp71/init.c
index 7e6a7e591f..cc85f8fdc6 100644
--- a/testsuites/sptests/sp71/init.c
+++ b/testsuites/sptests/sp71/init.c
@@ -7,6 +7,10 @@
* http://www.rtems.org/license/LICENSE.
*/
+#if !defined(PER_ALLOCATION)
+#define PER_ALLOCATION 8000
+#endif
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -16,8 +20,6 @@
const char rtems_test_name[] = "SP 71";
-#define PER_ALLOCATION 8000
-
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);