Mistakenly entered wrong email id for the mailing list. Please follow the thread for the messages. Thanks & Regret for the typo ________________________________ From: Mritunjay Sharma <mritunjaysharma...@gmail.com> Sent: Friday, February 14, 2020 2:49 AM To: j...@rtems.org Cc: dev...@rtems.org Subject: Re: [PATCH] Initial Commit
Hi, This is Mritunjay Kumar Sharma, a second-year Undergrad in Computer Science Engineering, and a GSOC 2020 aspirant for RTEMS. Being a beginner, Mritunjay sees this as a great opportunity to collaborate and learn with the community and some really good mentors. Please find attached the snap of the successful modification of Hello World Test to complete the task. The PATCH has already been sent earlier as can be seen in the thread. [Image.jpeg] Thanks and Regards, Mritunjay Sharma ________________________________ From: Mritunjay <mritunjaysharma...@gmail.com> Sent: Friday, February 14, 2020 2:36:14 AM To: j...@rtems.org <j...@rtems.org> Cc: Mritunjay <mritunjaysharma...@gmail.com> Subject: [PATCH] Initial Commit A new print line added as mentioned in the task required for beginner students to contribute to RTEMS. --- testsuites/ada/sptests/sp19/Makefile | 2 -- testsuites/samples/hello/init.c | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 testsuites/ada/sptests/sp19/Makefile diff --git a/testsuites/ada/sptests/sp19/Makefile b/testsuites/ada/sptests/sp19/Makefile deleted file mode 100644 index 7d4019fd39..0000000000 --- a/testsuites/ada/sptests/sp19/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -sptest.adb: sptest.adp - m4 < $< > $@ diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index 34ded37c55..0b9c625ef7 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -23,6 +23,7 @@ static rtems_task Init( rtems_print_printer_fprintf_putc(&rtems_test_printer); TEST_BEGIN(); printf( "Hello World " ); + printf(" ***Hello Everyone! This is Mritunjay Sharma! Wish me luck for GSOC 2020*** "); TEST_END(); rtems_test_exit( 0 ); } -- 2.17.1
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel