summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp35
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-20 21:43:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-20 21:43:28 +0000
commit496274b6eca7e87cc7de9e7b52bfdfe6dc17cb39 (patch)
tree487282b6c7e8937b22882d34a0075decb0c54f0e /testsuites/sptests/sp35
parent2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-496274b6eca7e87cc7de9e7b52bfdfe6dc17cb39.tar.bz2
2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using buffered test IO.
Diffstat (limited to 'testsuites/sptests/sp35')
-rw-r--r--testsuites/sptests/sp35/priinv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp35/priinv.c b/testsuites/sptests/sp35/priinv.c
index 550cde2852..192829db88 100644
--- a/testsuites/sptests/sp35/priinv.c
+++ b/testsuites/sptests/sp35/priinv.c
@@ -46,6 +46,8 @@
#define TEST_EXIT_AFTER_ITERATIONS 10
/********************************************************************/
+#define CONFIGURE_INIT
+
#include <bsp.h>
#include <stdio.h>
#include "tmacros.h"
@@ -481,8 +483,6 @@ rtems_task Init(rtems_task_argument ignored)
#define CONFIGURE_MAXIMUM_TASKS 10
#define CONFIGURE_MAXIMUM_SEMAPHORES 10
-#define CONFIGURE_INIT
-
#include <rtems/confdefs.h>
/* end of file */