diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-19 10:47:17 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-19 10:47:17 +0000 |
commit | d29098e7f64c4d15b5414447937bfd09f142f758 (patch) | |
tree | 60b1a38771a8143fd2ef71ddf16cf66c6996f215 /test/nil/patch.xml | |
parent | b3fe630e4bab9a0af6f514ba086b26a1183fd333 (diff) | |
download | ChibiOS-d29098e7f64c4d15b5414447937bfd09f142f758.tar.gz ChibiOS-d29098e7f64c4d15b5414447937bfd09f142f758.tar.bz2 ChibiOS-d29098e7f64c4d15b5414447937bfd09f142f758.zip |
Guarded pools tested.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9137 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/nil/patch.xml')
-rw-r--r-- | test/nil/patch.xml | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/test/nil/patch.xml b/test/nil/patch.xml index 879b2ed23..c617cd8f6 100644 --- a/test/nil/patch.xml +++ b/test/nil/patch.xml @@ -1,5 +1,28 @@ <?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 />
+ <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>
</SPC5-Patch>
|