diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-20 11:15:33 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-20 11:15:33 +0000 |
commit | 200d006783ed08609d636650a0df2471acbb1e5f (patch) | |
tree | 70c949d774a03ee4cfc35a1c54ca950587705170 /test/nasa_osal/configuration.xml | |
parent | 20481792013d3b5944f40b2a7208714e3c10b2cf (diff) | |
download | ChibiOS-200d006783ed08609d636650a0df2471acbb1e5f.tar.gz ChibiOS-200d006783ed08609d636650a0df2471acbb1e5f.tar.bz2 ChibiOS-200d006783ed08609d636650a0df2471acbb1e5f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9141 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/nasa_osal/configuration.xml')
-rw-r--r-- | test/nasa_osal/configuration.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/nasa_osal/configuration.xml b/test/nasa_osal/configuration.xml index 2bc6312f4..1afc1c907 100644 --- a/test/nasa_osal/configuration.xml +++ b/test/nasa_osal/configuration.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?>
<SPC5-Config version="1.0.0">
- <application name="Test Suite" version="1.0.0" standalone="true" locked="false">
+ <application name="NASA OSAL Test Suite" version="1.0.0" standalone="true" locked="false">
<description>Test specification for the NASA OSAL ChibiOS extension.</description>
<component id="org.chibios.spc5.components.platform.generic">
<component id="org.chibios.spc5.components.chibios_unitary_tests_engine" />
@@ -9,6 +9,9 @@ <instance locked="false" id="org.chibios.spc5.components.platform.generic" />
<instance locked="false" id="org.chibios.spc5.components.chibios_unitary_tests_engine">
<description>
+ <copyright>
+ <value><![CDATA[/* Copyright statement.*/]]></value>
+ </copyright>
<introduction>
<value>Test suite for NASA OSAL implementation over ChibiOS/RT. The purpose of this suite is to perform unit tests on the OSAL module and to converge to 100% code coverage through successive improvements.</value>
</introduction>
|