diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-04-13 08:15:51 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-04-13 08:15:51 +0000 |
commit | f140302b0b3e9f7c84fede1120e3bb15c2c4322a (patch) | |
tree | 86ff3985fd57c65923a911141eea0634b6affd4d /test/testrdy.h | |
parent | 90c431b280ac0188980b43a42b11191ca2800fa8 (diff) | |
download | ChibiOS-f140302b0b3e9f7c84fede1120e3bb15c2c4322a.tar.gz ChibiOS-f140302b0b3e9f7c84fede1120e3bb15c2c4322a.tar.bz2 ChibiOS-f140302b0b3e9f7c84fede1120e3bb15c2c4322a.zip |
97.92% code coverage for threads.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@899 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/testrdy.h')
-rw-r--r-- | test/testrdy.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/test/testrdy.h b/test/testrdy.h deleted file mode 100644 index 3be545b1b..000000000 --- a/test/testrdy.h +++ /dev/null @@ -1,25 +0,0 @@ -/*
- 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 _TESTRDY_H_
-#define _TESTRDY_H_
-
-extern const struct testcase *patternrdy[];
-
-#endif /* _TESTRDY_H_ */
|