aboutsummaryrefslogtreecommitdiffstats
path: root/test/testcond.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-09 11:45:37 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-09 11:45:37 +0000
commit0dd1ffc0882d6355dde36502c84ddc82822eb9c3 (patch)
tree2cc26bb9b4fecd97ce8227035a209e6bd5fba621 /test/testcond.h
parent6776d069274223f061f9f4e15e5732a7b454bd51 (diff)
downloadChibiOS-0dd1ffc0882d6355dde36502c84ddc82822eb9c3.tar.gz
ChibiOS-0dd1ffc0882d6355dde36502c84ddc82822eb9c3.tar.bz2
ChibiOS-0dd1ffc0882d6355dde36502c84ddc82822eb9c3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@506 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/testcond.h')
-rw-r--r--test/testcond.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/testcond.h b/test/testcond.h
new file mode 100644
index 000000000..8e6f286b1
--- /dev/null
+++ b/test/testcond.h
@@ -0,0 +1,26 @@
+/*
+ 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 _TESTCOND_H_
+#define _TESTCOND_H_
+
+extern const struct testcase testcond1;
+extern const struct testcase testcond2;
+
+#endif /* _TESTCOND_H_ */