aboutsummaryrefslogtreecommitdiffstats
path: root/test/testqueues.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-03 16:42:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-03 16:42:52 +0000
commitf6394ab13af22044ab8009a09b68053bec0f130b (patch)
treef56a258938ea0a505814016119ec24efe6b0c519 /test/testqueues.h
parent62beef8720971259545e9df90b182e1a94280c09 (diff)
downloadChibiOS-f6394ab13af22044ab8009a09b68053bec0f130b.tar.gz
ChibiOS-f6394ab13af22044ab8009a09b68053bec0f130b.tar.bz2
ChibiOS-f6394ab13af22044ab8009a09b68053bec0f130b.zip
100% code coverage for queues.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@946 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/testqueues.h')
-rw-r--r--test/testqueues.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/test/testqueues.h b/test/testqueues.h
new file mode 100644
index 000000000..69b96dfb0
--- /dev/null
+++ b/test/testqueues.h
@@ -0,0 +1,25 @@
+/*
+ ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+
+ This file is part of ChibiOS/RT.
+
+ ChibiOS/RT is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ ChibiOS/RT is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#ifndef _TESTQUEUES_H_
+#define _TESTQUEUES_H_
+
+extern const struct testcase *patternqueues[];
+
+#endif /* _TESTQUEUES_H_ */