summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itronmbf01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-10 22:15:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-10 22:15:42 +0000
commit713b2eac2fdb0a40056ddb8eb00250541df0a3b2 (patch)
treea88d3468a7253a6ac9fb4818b8b1a91c074db50d /testsuites/itrontests/itronmbf01
parentCorrected to account for the way memory is divided up in (diff)
downloadrtems-713b2eac2fdb0a40056ddb8eb00250541df0a3b2.tar.bz2
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.
Diffstat (limited to 'testsuites/itrontests/itronmbf01')
-rw-r--r--testsuites/itrontests/itronmbf01/init.c8
-rw-r--r--testsuites/itrontests/itronmbf01/system.h1
2 files changed, 7 insertions, 2 deletions
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 <tmacros.h>
+#include <itron.h>
/* functions */