summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp20
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/sp20
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/sp20')
-rw-r--r--testsuites/sptests/sp20/task1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/sptests/sp20/task1.c b/testsuites/sptests/sp20/task1.c
index cd9ff99434..236fac1bd0 100644
--- a/testsuites/sptests/sp20/task1.c
+++ b/testsuites/sptests/sp20/task1.c
@@ -70,6 +70,7 @@ rtems_task Task_1_through_6(
while ( FOREVER ) {
status = rtems_rate_monotonic_period( rmid, Periods[ argument ] );
directive_failed( status, "rtems_rate_monotonic_period" );
+
Count.count[ argument ]++;
}
break;