summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itronmbf01
diff options
context:
space:
mode:
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 */