aboutsummaryrefslogtreecommitdiffstats
path: root/test/nasa_osal
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-03-20 11:15:33 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-03-20 11:15:33 +0000
commit200d006783ed08609d636650a0df2471acbb1e5f (patch)
tree70c949d774a03ee4cfc35a1c54ca950587705170 /test/nasa_osal
parent20481792013d3b5944f40b2a7208714e3c10b2cf (diff)
downloadChibiOS-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')
-rw-r--r--test/nasa_osal/configuration.xml5
-rw-r--r--test/nasa_osal/patch.xml25
2 files changed, 5 insertions, 25 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>
diff --git a/test/nasa_osal/patch.xml b/test/nasa_osal/patch.xml
index c617cd8f6..879b2ed23 100644
--- a/test/nasa_osal/patch.xml
+++ b/test/nasa_osal/patch.xml
@@ -1,28 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPC5-Patch version="1.0.0">
<!--It is your patch repository, do not break your XML File.-->
- <files>
- <file componentId="org.chibios.spc5.components.chibios_unitary_tests_engine" version="1.0.0.qualifier" path="component/lib/include/ch_test.h" user="false">
- <diff><![CDATA[--- components/chibios_unit_tests_engine_component/lib/include/ch_test.h
-+++ components/chibios_unit_tests_engine_component/lib/include/ch_test.h
-@@ -1,5 +1,5 @@
- /*
-- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
-+ ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.]]></diff>
- </file>
- <file componentId="org.chibios.spc5.components.chibios_unitary_tests_engine" version="1.0.0.qualifier" path="component/lib/src/ch_test.c" user="false">
- <diff><![CDATA[--- components/chibios_unit_tests_engine_component/lib/src/ch_test.c
-+++ components/chibios_unit_tests_engine_component/lib/src/ch_test.c
-@@ -1,5 +1,5 @@
- /*
-- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
-+ ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.]]></diff>
- </file>
- </files>
+ <files />
</SPC5-Patch>