aboutsummaryrefslogtreecommitdiffstats
path: root/test/testpools.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-08-26 14:43:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-08-26 14:43:09 +0000
commit3ae2e8ddb38615434dccd5a6462faae144633d27 (patch)
tree61758501d271ded3dc0b48f8888e398c04606f39 /test/testpools.h
parentd9d134c7ad07db84b3555d56e9ea388593e60fb2 (diff)
downloadChibiOS-3ae2e8ddb38615434dccd5a6462faae144633d27.tar.gz
ChibiOS-3ae2e8ddb38615434dccd5a6462faae144633d27.tar.bz2
ChibiOS-3ae2e8ddb38615434dccd5a6462faae144633d27.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@409 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/testpools.h')
-rw-r--r--test/testpools.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/test/testpools.h b/test/testpools.h
new file mode 100644
index 000000000..413d1eb76
--- /dev/null
+++ b/test/testpools.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 _TESTPOOLS_H_
+#define _TESTPOOLS_H_
+
+extern const struct testcase testpools1;
+
+#endif /* _TESTPOOLS_H_ */