summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itronmbf01/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-12 13:45:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-12 13:45:39 +0000
commit6977b3886ae623a3441c581e4aee74b857667943 (patch)
tree7938441deb86494eea14ec8ccd2efed01a0c481f /testsuites/itrontests/itronmbf01/init.c
parentAdded comment block and removed include of deleted file. (diff)
downloadrtems-6977b3886ae623a3441c581e4aee74b857667943.tar.bz2
Enabled after merging message buffer code.
Diffstat (limited to '')
-rw-r--r--testsuites/itrontests/itronmbf01/init.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/testsuites/itrontests/itronmbf01/init.c b/testsuites/itrontests/itronmbf01/init.c
index 20219e7163..39788c49f8 100644
--- a/testsuites/itrontests/itronmbf01/init.c
+++ b/testsuites/itrontests/itronmbf01/init.c
@@ -47,9 +47,8 @@ void TestPrcv();
void ITRON_Init( void )
{
- puts( "\n\n*** ITRONMBF01 -- ITRON MESSAGE BUFFER TEST ***" );
+ printf( "\n\n*** ITRONMBF01 -- ITRON MESSAGE BUFFER TEST ***\n" );
-#if 0
TestCre();
TestDel();
TestPsnd();
@@ -58,11 +57,8 @@ void ITRON_Init( void )
TestRef();
TestPrcv();
TestTrcv();
-#else
- puts("Enable the code in this test when messages buffers are implemented");
-#endif
- printf("*** ITRONMBF01 --- ITRON MESSAGE BUFFER TEST ***");
+ printf("\n\n*** ITRONMBF01 --- ITRON MESSAGE BUFFER TEST ***\n");
exit(0);
}