From 4fc90c99b72c00ab803a018bf55dd4ad75960224 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 10 Feb 2014 15:36:30 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6696 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/nil/test_sequence_001.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/nil/test_sequence_001.h (limited to 'test/nil/test_sequence_001.h') diff --git a/test/nil/test_sequence_001.h b/test/nil/test_sequence_001.h new file mode 100644 index 000000000..47ae8315b --- /dev/null +++ b/test/nil/test_sequence_001.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_ */ -- cgit v1.2.3 From be1b2cbd33b1a8e1522bdb727de1c2845295fabf Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 10 Feb 2014 15:37:51 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6697 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/nil/test_sequence_001.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/nil/test_sequence_001.h') diff --git a/test/nil/test_sequence_001.h b/test/nil/test_sequence_001.h index 47ae8315b..72aaaf374 100644 --- a/test/nil/test_sequence_001.h +++ b/test/nil/test_sequence_001.h @@ -14,9 +14,9 @@ limitations under the License. */ -#ifndef _TEST_SEQUENCE_001_H_ -#define _TEST_SEQUENCE_001_H_ +#ifndef _TEST_SEQUENCE_000_H_ +#define _TEST_SEQUENCE_000_H_ -extern const testcase_t * const test_sequence_001[]; +extern const testcase_t * const test_sequence_000[]; -#endif /* _TEST_SEQUENCE_001_H_ */ +#endif /* _TEST_SEQUENCE_000_H_ */ -- cgit v1.2.3 From 7f3221216d3e50c69db7d3f08595db7cfccd4424 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 10 Feb 2014 15:47:18 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6698 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/nil/test_sequence_001.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/nil/test_sequence_001.h') diff --git a/test/nil/test_sequence_001.h b/test/nil/test_sequence_001.h index 72aaaf374..47ae8315b 100644 --- a/test/nil/test_sequence_001.h +++ b/test/nil/test_sequence_001.h @@ -14,9 +14,9 @@ limitations under the License. */ -#ifndef _TEST_SEQUENCE_000_H_ -#define _TEST_SEQUENCE_000_H_ +#ifndef _TEST_SEQUENCE_001_H_ +#define _TEST_SEQUENCE_001_H_ -extern const testcase_t * const test_sequence_000[]; +extern const testcase_t * const test_sequence_001[]; -#endif /* _TEST_SEQUENCE_000_H_ */ +#endif /* _TEST_SEQUENCE_001_H_ */ -- cgit v1.2.3