aboutsummaryrefslogtreecommitdiffstats
path: root/test/oslib
diff options
context:
space:
mode:
Diffstat (limited to 'test/oslib')
-rw-r--r--test/oslib/configuration.xml2
-rw-r--r--test/oslib/source/test/oslib_test_root.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/oslib/configuration.xml b/test/oslib/configuration.xml
index 87424d929..1fcb47218 100644
--- a/test/oslib/configuration.xml
+++ b/test/oslib/configuration.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPC5-Config version="1.0.0">
<application name="ChibiOS/RT Test Suite" version="1.0.0" standalone="true" locked="false">
- <description>Test Specification for ChibiOS/RT.</description>
+ <description>ChibiOS OS Library Test Suite.</description>
<component id="org.chibios.spc5.components.portable.generic_startup">
<component id="org.chibios.spc5.components.portable.chibios_unitary_tests_engine" />
</component>
diff --git a/test/oslib/source/test/oslib_test_root.c b/test/oslib/source/test/oslib_test_root.c
index 5c88edd75..4da5bc8fb 100644
--- a/test/oslib/source/test/oslib_test_root.c
+++ b/test/oslib/source/test/oslib_test_root.c
@@ -61,7 +61,7 @@ const testsequence_t * const oslib_test_suite_array[] = {
* @brief Test suite root structure.
*/
const testsuite_t oslib_test_suite = {
- NULL,
+ "ChibiOS OS Library Test Suite.",
oslib_test_suite_array
};