summaryrefslogtreecommitdiff
path: root/testsuites/sptests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/sp43/init.c1
-rw-r--r--testsuites/sptests/sp43/sp43.scn1
2 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/sp43/init.c b/testsuites/sptests/sp43/init.c
index b57c158173..57f883daf0 100644
--- a/testsuites/sptests/sp43/init.c
+++ b/testsuites/sptests/sp43/init.c
@@ -131,6 +131,7 @@ rtems_task Init(
TEST_BEGIN();
printf( "RTEMS Version: %s\n", rtems_get_version_string() );
+ printf( "RTEMS Copyright Notice: %s\n", rtems_get_copyright_notice() );
main_task = rtems_task_self();
diff --git a/testsuites/sptests/sp43/sp43.scn b/testsuites/sptests/sp43/sp43.scn
index 04af7f9596..c71f087f96 100644
--- a/testsuites/sptests/sp43/sp43.scn
+++ b/testsuites/sptests/sp43/sp43.scn
@@ -1,5 +1,6 @@
*** BEGIN OF TEST SP 43 ***
RTEMS Version: rtems-5.0.0 (SPARC/w/FPU/erc32)
+RTEMS Copyright Notice: Copyright (C) 1989, 2020 RTEMS Project and contributors
rtems_object_get_classic_name - INVALID_ADDRESS
rtems_object_get_classic_name - INVALID_ID (bad index)
rtems_object_get_classic_name - INVALID_ID (unallocated index)