diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-09 14:35:51 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-09 14:35:51 +0000 |
commit | 8795d6011446bb4d12968c7e155e047a8467e3db (patch) | |
tree | 02299fb686f5699c31ec9fbbd4c4ed9829122060 /test/nasa_osal/source | |
parent | 8b32e5715ec1c99b5407f582551cc88975d2a001 (diff) | |
download | ChibiOS-8795d6011446bb4d12968c7e155e047a8467e3db.tar.gz ChibiOS-8795d6011446bb4d12968c7e155e047a8467e3db.tar.bz2 ChibiOS-8795d6011446bb4d12968c7e155e047a8467e3db.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9057 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/nasa_osal/source')
-rw-r--r-- | test/nasa_osal/source/test/test_root.c | 2 | ||||
-rw-r--r-- | test/nasa_osal/source/test/test_root.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/nasa_osal/source/test/test_root.c b/test/nasa_osal/source/test/test_root.c index 0a1119188..4639ada20 100644 --- a/test/nasa_osal/source/test/test_root.c +++ b/test/nasa_osal/source/test/test_root.c @@ -22,6 +22,7 @@ *
* <h2>Test Sequences</h2>
* - @subpage test_sequence_001
+ * - @subpage test_sequence_002
* .
*/
@@ -46,6 +47,7 @@ */
const testcase_t * const *test_suite[] = {
test_sequence_001,
+ test_sequence_002,
NULL
};
diff --git a/test/nasa_osal/source/test/test_root.h b/test/nasa_osal/source/test/test_root.h index 53efafa5a..4790201e0 100644 --- a/test/nasa_osal/source/test/test_root.h +++ b/test/nasa_osal/source/test/test_root.h @@ -26,6 +26,7 @@ #define _SPC5_TEST_ROOT_H_
#include "test_sequence_001.h"
+#include "test_sequence_002.h"
/*===========================================================================*/
/* External declarations. */
|