[PATCH] GSoC initial Work Proof

Daman Bir Singh damanbirsingh97 at gmail.com
Sat Mar 13 06:44:21 UTC 2021


---
 testsuites/samples/hello/hello.scn | 3 ++-
 testsuites/samples/hello/init.c    | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/testsuites/samples/hello/hello.scn b/testsuites/samples/hello/hello.scn
index d9e92d81d5..e9fc49520f 100644
--- a/testsuites/samples/hello/hello.scn
+++ b/testsuites/samples/hello/hello.scn
@@ -1,3 +1,4 @@
 *** HELLO WORLD TEST ***
-Hello World
+Hello from the Dark Side
+By Daman Bir Singh, GSoC 2021 applicant
 *** END OF HELLO WORLD TEST ***
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 34ded37c55..dc79226f42 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -22,7 +22,8 @@ static rtems_task Init(
 {
   rtems_print_printer_fprintf_putc(&rtems_test_printer);
   TEST_BEGIN();
-  printf( "Hello World\n" );
+  printf( "Hello from the Dark Side\n" );
+  printf( "By Daman Bir Singh, GSoC 2021 applicant\n");
   TEST_END();
   rtems_test_exit( 0 );
 }
-- 
2.30.1



More information about the devel mailing list