summaryrefslogtreecommitdiffstats
path: root/rtems-test-template/sptest_operation_from_tsr
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-20 20:51:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-20 20:51:46 +0000
commit24acc03bf917121fc08787a70b113505d4879e91 (patch)
treed25f85801466a857c923b106f3e76022ad23bf13 /rtems-test-template/sptest_operation_from_tsr
parent2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-testing-24acc03bf917121fc08787a70b113505d4879e91.tar.bz2
2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtest/init.c, psxtest_with_thread/init.c, psxtmtest_single/init.c, smptest/init.c, sptest/init.c, sptest_operation_from_tsr/init.c, sptest_with_task/init.c, tmtest/init.c: Switch to @TESTNUM@ for start and ending message.
Diffstat (limited to 'rtems-test-template/sptest_operation_from_tsr')
-rw-r--r--rtems-test-template/sptest_operation_from_tsr/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtems-test-template/sptest_operation_from_tsr/init.c b/rtems-test-template/sptest_operation_from_tsr/init.c
index d6ddb08..b28fffa 100644
--- a/rtems-test-template/sptest_operation_from_tsr/init.c
+++ b/rtems-test-template/sptest_operation_from_tsr/init.c
@@ -31,7 +31,7 @@ rtems_task Init(
rtems_status_code status;
rtems_id timer;
- puts( "\n\n*** TEST @DESC@ ***" );
+ puts( "\n\n*** TEST @TESTNUM@ ***" );
/*
* Timer used in multiple ways
@@ -68,7 +68,7 @@ rtems_task Init(
/* XXX also may be able to confirm operation actually was performed */
puts( "Operation from ISR successfully processed" );
- puts( "*** END OF TEST @DESC@ ***" );
+ puts( "*** END OF TEST @TESTNUM@ ***" );
rtems_test_exit( 0 );
}