1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/embunit: revised header include guards.

This commit is contained in:
Shuguo Zhuo 2016-08-22 21:23:58 +08:00 committed by zhuoshuguo
parent ee7b2e54f3
commit 76f593af11
22 changed files with 66 additions and 66 deletions

View File

@ -13,8 +13,8 @@
*
* @author Janos Kutscherauer <noshky@gmail.com>
*/
#ifndef __COLORTEXTCOLORS_H__
#define __COLORTEXTCOLORS_H__
#ifndef EMBUNIT_COLORTEXTCOLORS_H_
#define EMBUNIT_COLORTEXTCOLORS_H_
#ifdef __cplusplus
extern "C" {
@ -53,5 +53,5 @@ extern "C" {
}
#endif
#endif/*__COLORTEXTCOLORS_H__*/
#endif/* EMBUNIT_COLORTEXTCOLORS_H_ */
/** @} */

View File

@ -16,8 +16,8 @@
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
*/
#ifndef __SYS__EMB_UNIT__H
#define __SYS__EMB_UNIT__H
#ifndef SYS_EMB_UNIT_H
#define SYS_EMB_UNIT_H
#include "embUnit/embUnit.h"
@ -64,4 +64,4 @@ extern "C" {
}
#endif
#endif
#endif /* SYS_EMB_UNIT_H */

View File

@ -32,8 +32,8 @@
*
* $Id: AssertImpl.h,v 1.6 2003/09/16 11:09:53 arms22 Exp $
*/
#ifndef __ASSERTIMPL_H__
#define __ASSERTIMPL_H__
#ifndef EMBUNIT_ASSERTIMPL_H_
#define EMBUNIT_ASSERTIMPL_H_
#ifdef __cplusplus
extern "C" {
@ -100,4 +100,4 @@ void assertImplementationCStr(const char *expected,const char *actual, long line
}
#endif
#endif/*__ASSERTIMPL_H__*/
#endif/* EMBUNIT_ASSERTIMPL_H_ */

View File

@ -13,8 +13,8 @@
*
* @author Janos Kutscherauer <noshky@gmail.com>
*/
#ifndef __COLOROUTPUTTER_H__
#define __COLOROUTPUTTER_H__
#ifndef EMBUNIT_COLOROUTPUTTER_H_
#define EMBUNIT_COLOROUTPUTTER_H_
#include "Outputter.h"
@ -41,5 +41,5 @@ void ColorOutputter_printStatistics(OutputterRef self, TestResultRef result);
}
#endif
#endif/*__COLOROUTPUTTER_H__*/
#endif/* EMBUNIT_COLOROUTPUTTER_H_ */
/** @} */

View File

@ -11,8 +11,8 @@
*
* @file ColorTextOutputter.h
*/
#ifndef __COLORTEXTOUTPUTTER_H__
#define __COLORTEXTOUTPUTTER_H__
#ifndef EMBUNIT_COLORTEXTOUTPUTTER_H_
#define EMBUNIT_COLORTEXTOUTPUTTER_H_
#include "Outputter.h"
@ -26,5 +26,5 @@ OutputterRef ColorTextOutputter_outputter(void);
}
#endif
#endif/*__COLORTEXTOUTPUTTER_H__*/
#endif/* EMBUNIT_COLORTEXTOUTPUTTER_H_ */
/** @} */

View File

@ -32,8 +32,8 @@
*
* $Id: CompilerOutputter.h,v 1.2 2003/09/06 13:28:27 arms22 Exp $
*/
#ifndef __COMPILEROUTPUTTER_H__
#define __COMPILEROUTPUTTER_H__
#ifndef EMBUNIT_COMPILEROUTPUTTER_H_
#define EMBUNIT_COMPILEROUTPUTTER_H_
#include "Outputter.h"
@ -47,4 +47,4 @@ OutputterRef CompilerOutputter_outputter(void);
}
#endif
#endif/*__COMPILEROUTPUTTER_H__*/
#endif/* EMBUNIT_COMPILEROUTPUTTER_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: HelperMacro.h,v 1.3 2004/02/10 16:19:29 arms22 Exp $
*/
#ifndef __HELPERMACRO_H__
#define __HELPERMACRO_H__
#ifndef EMBUNIT_HELPERMACRO_H_
#define EMBUNIT_HELPERMACRO_H_
#ifdef __cplusplus
extern "C" {
@ -64,4 +64,4 @@ extern "C" {
}
#endif
#endif/*__HELPERMACRO_H__*/
#endif/* EMBUNIT_HELPERMACRO_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: Outputter.h,v 1.2 2003/09/06 13:28:27 arms22 Exp $
*/
#ifndef __OUTPUTTER_H__
#define __OUTPUTTER_H__
#ifndef EMBUNIT_OUTPUTTER_H_
#define EMBUNIT_OUTPUTTER_H_
#include <embUnit/embUnit.h>
@ -79,4 +79,4 @@ struct __Outputter {
}
#endif
#endif/*__OUTPUTTER_H__*/
#endif/* EMBUNIT_OUTPUTTER_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: RepeatedTest.h,v 1.7 2004/02/10 16:19:29 arms22 Exp $
*/
#ifndef __REPEATEDTEST_H__
#define __REPEATEDTEST_H__
#ifndef EMBUNIT_REPEATEDTEST_H_
#define EMBUNIT_REPEATEDTEST_H_
#ifdef __cplusplus
extern "C" {
@ -61,4 +61,4 @@ extern const TestImplement RepeatedTestImplement;
}
#endif
#endif/*__REPEATEDTEST_H__*/
#endif/* EMBUNIT_REPEATEDTEST_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: Test.h,v 1.4 2004/02/10 16:19:29 arms22 Exp $
*/
#ifndef __TEST_H__
#define __TEST_H__
#ifndef EMBUNIT_TEST_H_
#define EMBUNIT_TEST_H_
#ifdef __cplusplus
extern "C" {
@ -70,4 +70,4 @@ struct __Test {
}
#endif
#endif/*__TEST_H__*/
#endif/* EMBUNIT_TEST_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: TestCaller.h,v 1.7 2004/02/10 16:19:29 arms22 Exp $
*/
#ifndef __TESTCALLER_H__
#define __TESTCALLER_H__
#ifndef EMBUNIT_TESTCALLER_H_
#define EMBUNIT_TESTCALLER_H_
#ifdef __cplusplus
extern "C" {
@ -77,4 +77,4 @@ extern const TestImplement TestCallerImplement;
}
#endif
#endif/*__TESTCALLER_H__*/
#endif/* EMBUNIT_TESTCALLER_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: TestCase.h,v 1.7 2004/02/10 16:19:29 arms22 Exp $
*/
#ifndef __TESTCASE_H__
#define __TESTCASE_H__
#ifndef EMBUNIT_TESTCASE_H_
#define EMBUNIT_TESTCASE_H_
#ifdef __cplusplus
extern "C" {
@ -65,4 +65,4 @@ extern const TestImplement TestCaseImplement;
}
#endif
#endif/*__TESTCASE_H__*/
#endif/* EMBUNIT_TESTCASE_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: TestListener.h,v 1.4 2004/02/10 16:19:29 arms22 Exp $
*/
#ifndef __TESTLISTENER_H__
#define __TESTLISTENER_H__
#ifndef EMBUNIT_TESTLISTENER_H_
#define EMBUNIT_TESTLISTENER_H_
#ifdef __cplusplus
extern "C" {
@ -67,4 +67,4 @@ struct __TestListner {
}
#endif
#endif/*__TESTLISTENER_H__*/
#endif/* EMBUNIT_TESTLISTENER_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: TestResult.h,v 1.7 2004/02/10 16:19:29 arms22 Exp $
*/
#ifndef __TESTRESULT_H__
#define __TESTRESULT_H__
#ifndef EMBUNIT_TESTRESULT_H_
#define EMBUNIT_TESTRESULT_H_
#ifdef __cplusplus
extern "C" {
@ -67,4 +67,4 @@ void TestResult_addFailure(TestResult* self,Test* test,const char* msg,int line,
}
#endif
#endif/*__TESTRESULT_H__*/
#endif/* EMBUNIT_TESTRESULT_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: TestRunner.h,v 1.6 2004/02/10 16:19:29 arms22 Exp $
*/
#ifndef __TESTRUNNER_H__
#define __TESTRUNNER_H__
#ifndef EMBUNIT_TESTRUNNER_H_
#define EMBUNIT_TESTRUNNER_H_
#ifdef __cplusplus
extern "C" {
@ -49,4 +49,4 @@ extern int TestRunnerHadErrors;
}
#endif
#endif/*__TESTRUNNER_H__*/
#endif/* EMBUNIT_TESTRUNNER_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: TestSuite.h,v 1.7 2004/02/10 16:19:29 arms22 Exp $
*/
#ifndef __TESTSUITE_H__
#define __TESTSUITE_H__
#ifndef EMBUNIT_TESTSUITE_H_
#define EMBUNIT_TESTSUITE_H_
#ifdef __cplusplus
extern "C" {
@ -63,4 +63,4 @@ extern const TestImplement TestSuiteImplement;
}
#endif
#endif/*__TESTSUITE_H__*/
#endif/* EMBUNIT_TESTSUITE_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: TextOutputter.h,v 1.2 2003/09/06 13:28:27 arms22 Exp $
*/
#ifndef __TEXTOUTPUTTER_H__
#define __TEXTOUTPUTTER_H__
#ifndef EMBUNIT_TEXTOUTPUTTER_H_
#define EMBUNIT_TEXTOUTPUTTER_H_
#include "Outputter.h"
@ -47,4 +47,4 @@ OutputterRef TextOutputter_outputter(void);
}
#endif
#endif/*__TEXTOUTPUTTER_H__*/
#endif/* EMBUNIT_TEXTOUTPUTTER_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: TextUIRunner.h,v 1.3 2003/09/06 13:28:27 arms22 Exp $
*/
#ifndef __TEXTUIRUNNER_H__
#define __TEXTUIRUNNER_H__
#ifndef EMBUNIT_TEXTUIRUNNER_H_
#define EMBUNIT_TEXTUIRUNNER_H_
#include "Outputter.h"
@ -53,4 +53,4 @@ void TextUIRunner_end(void);
}
#endif
#endif/*__TEXTUIRUNNER_H__*/
#endif/* EMBUNIT_TEXTUIRUNNER_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: XMLOutputter.h,v 1.3 2003/09/06 13:28:27 arms22 Exp $
*/
#ifndef __XMLOUTPUTTER_H__
#define __XMLOUTPUTTER_H__
#ifndef EMBUNIT_XMLOUTPUTTER_H_
#define EMBUNIT_XMLOUTPUTTER_H_
#include "Outputter.h"
@ -48,4 +48,4 @@ OutputterRef XMLOutputter_outputter(void);
}
#endif
#endif/*__XMLOUTPUTTER_H__*/
#endif/* EMBUNIT_XMLOUTPUTTER_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: embUnit.h,v 1.4 2004/02/10 16:16:19 arms22 Exp $
*/
#ifndef __EMBUNIT_H__
#define __EMBUNIT_H__
#ifndef EMBUNIT_EMBUNIT_H_
#define EMBUNIT_EMBUNIT_H_
#include <embUnit/Test.h>
#include <embUnit/TestCase.h>
@ -55,4 +55,4 @@ extern "C" {
}
#endif
#endif/*__EMBUNIT_H__*/
#endif/* EMBUNIT_EMBUNIT_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: config.h,v 1.7 2004/02/10 16:17:07 arms22 Exp $
*/
#ifndef __CONFIG_H__
#define __CONFIG_H__
#ifndef EMBUNIT_CONFIG_H_
#define EMBUNIT_CONFIG_H_
#ifdef __cplusplus
extern "C" {
@ -53,4 +53,4 @@ extern "C" {
}
#endif
#endif/*__CONFIG_H__*/
#endif/* EMBUNIT_CONFIG_H_ */

View File

@ -32,8 +32,8 @@
*
* $Id: stdImpl.h,v 1.4 2004/02/10 16:15:25 arms22 Exp $
*/
#ifndef __STDIMPL_H__
#define __STDIMPL_H__
#ifndef EMBUNIT_STDIMPL_H_
#define EMBUNIT_STDIMPL_H_
#ifdef __cplusplus
extern "C" {
@ -59,4 +59,4 @@ static inline char* stdimpl_itoa(int v,char *string,int r)
}
#endif
#endif/*__STDIMPL_H__*/
#endif/* EMBUNIT_STDIMPL_H_ */