[PATCH] Changed 'hello world' as a proof of concept(GSoC 2020).
Utkarsh
utkarsh.rai60 at gmail.com
Mon Feb 17 16:06:55 UTC 2020
From: ur10 <utkarsh.rai60 at gmail.com>
---
testsuites/samples/hello/init.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 34ded37c55..e2a4f30cd1 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -14,7 +14,7 @@
#include <rtems.h>
#include <tmacros.h>
-const char rtems_test_name[] = "HELLO WORLD";
+const char rtems_test_name[] = "Proof of concept";
static rtems_task Init(
rtems_task_argument ignored
@@ -22,7 +22,7 @@ static rtems_task Init(
{
rtems_print_printer_fprintf_putc(&rtems_test_printer);
TEST_BEGIN();
- printf( "Hello World\n" );
+ printf( "******************Hello RTEMS Community *********************** \n" );
TEST_END();
rtems_test_exit( 0 );
}
--
2.17.1
More information about the devel
mailing list