aboutsummaryrefslogtreecommitdiffstats
path: root/test/nil/test_sequence_002.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-02-10 15:37:51 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-02-10 15:37:51 +0000
commitbe1b2cbd33b1a8e1522bdb727de1c2845295fabf (patch)
treee5797d64d779ff0921fa5cbc1efb3a007c29cb59 /test/nil/test_sequence_002.h
parent4fc90c99b72c00ab803a018bf55dd4ad75960224 (diff)
downloadChibiOS-be1b2cbd33b1a8e1522bdb727de1c2845295fabf.tar.gz
ChibiOS-be1b2cbd33b1a8e1522bdb727de1c2845295fabf.tar.bz2
ChibiOS-be1b2cbd33b1a8e1522bdb727de1c2845295fabf.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6697 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/nil/test_sequence_002.h')
-rw-r--r--test/nil/test_sequence_002.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/nil/test_sequence_002.h b/test/nil/test_sequence_002.h
new file mode 100644
index 000000000..47ae8315b
--- /dev/null
+++ b/test/nil/test_sequence_002.h
@@ -0,0 +1,22 @@
+/*
+ ChibiOS/RT - Copyright (C) 2006-2013 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.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+*/
+
+#ifndef _TEST_SEQUENCE_001_H_
+#define _TEST_SEQUENCE_001_H_
+
+extern const testcase_t * const test_sequence_001[];
+
+#endif /* _TEST_SEQUENCE_001_H_ */