From 713b2eac2fdb0a40056ddb8eb00250541df0a3b2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 10 Nov 1999 22:15:42 +0000 Subject: General cleanup. Test documentation improved. The message buffer test prints a message instead of actually testing since the message buffer implementation is not in yet. --- testsuites/itrontests/itronmbf01/init.c | 8 ++++++-- testsuites/itrontests/itronmbf01/system.h | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'testsuites/itrontests/itronmbf01') diff --git a/testsuites/itrontests/itronmbf01/init.c b/testsuites/itrontests/itronmbf01/init.c index 39788c49f8..20219e7163 100644 --- a/testsuites/itrontests/itronmbf01/init.c +++ b/testsuites/itrontests/itronmbf01/init.c @@ -47,8 +47,9 @@ void TestPrcv(); void ITRON_Init( void ) { - printf( "\n\n*** ITRONMBF01 -- ITRON MESSAGE BUFFER TEST ***\n" ); + puts( "\n\n*** ITRONMBF01 -- ITRON MESSAGE BUFFER TEST ***" ); +#if 0 TestCre(); TestDel(); TestPsnd(); @@ -57,8 +58,11 @@ void ITRON_Init( void ) TestRef(); TestPrcv(); TestTrcv(); +#else + puts("Enable the code in this test when messages buffers are implemented"); +#endif - printf("\n\n*** ITRONMBF01 --- ITRON MESSAGE BUFFER TEST ***\n"); + printf("*** ITRONMBF01 --- ITRON MESSAGE BUFFER TEST ***"); exit(0); } diff --git a/testsuites/itrontests/itronmbf01/system.h b/testsuites/itrontests/itronmbf01/system.h index b433415b2b..1566711d1e 100644 --- a/testsuites/itrontests/itronmbf01/system.h +++ b/testsuites/itrontests/itronmbf01/system.h @@ -15,6 +15,7 @@ */ #include +#include /* functions */ -- cgit v1.2.3