aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib/templates/test_root.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-02-10 10:52:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-02-10 10:52:25 +0000
commit5e65b9fce1697a5b1dfdd53c10baa6f2e2aeaf66 (patch)
tree2d20bb1ecf6ba29a9054500900b0b2e26da8f002 /test/lib/templates/test_root.c
parentc7abfb0b3c6820020f8b8a5de3721baf7e8fca0e (diff)
downloadChibiOS-5e65b9fce1697a5b1dfdd53c10baa6f2e2aeaf66.tar.gz
ChibiOS-5e65b9fce1697a5b1dfdd53c10baa6f2e2aeaf66.tar.bz2
ChibiOS-5e65b9fce1697a5b1dfdd53c10baa6f2e2aeaf66.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6691 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/lib/templates/test_root.c')
-rw-r--r--test/lib/templates/test_root.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/templates/test_root.c b/test/lib/templates/test_root.c
index 8fb2ec9b9..47e8c67e4 100644
--- a/test/lib/templates/test_root.c
+++ b/test/lib/templates/test_root.c
@@ -34,6 +34,7 @@
* @brief Array of all the test sequences.
*/
const testcase_t * const *test_suite[] = {
+ test_sequence_000,
NULL
};