summaryrefslogtreecommitdiff
path: root/cleopatre
diff options
context:
space:
mode:
authorThierry Carré2013-03-21 16:41:20 +0100
committerThierry Carré2013-04-26 17:03:14 +0200
commitcb479e440ebeea36c76dd575186cc3ccce8e221d (patch)
tree60335b04f87aa265af23242684a6eb3be7ba072f /cleopatre
parent880db72aee0b6ebcd5debbdee73fbf5a759b899e (diff)
cleo/devkit/tests/plcd: fix mistakes on coding standard in linux
- Path is now from base. - Define are now in upper case, because we keep same standard as Linux. - Replace "plcd_utest" by "devkit_tests_plcd"
Diffstat (limited to 'cleopatre')
-rw-r--r--cleopatre/devkit/tests/plcd/inc/utest_launcher.h10
-rw-r--r--cleopatre/devkit/tests/plcd/inc/utest_plcd_autoswitch.h10
-rw-r--r--cleopatre/devkit/tests/plcd/override/nvram.h8
-rw-r--r--cleopatre/devkit/tests/plcd/override/utest_override.h10
-rw-r--r--cleopatre/devkit/tests/plcd/src/utest_launcher.c4
-rw-r--r--cleopatre/devkit/tests/plcd/src/utest_plcd_autoswitch.c4
6 files changed, 23 insertions, 23 deletions
diff --git a/cleopatre/devkit/tests/plcd/inc/utest_launcher.h b/cleopatre/devkit/tests/plcd/inc/utest_launcher.h
index 8457b56aa0..293c16e5e8 100644
--- a/cleopatre/devkit/tests/plcd/inc/utest_launcher.h
+++ b/cleopatre/devkit/tests/plcd/inc/utest_launcher.h
@@ -1,5 +1,5 @@
-#ifndef devkit_plcd_utest_inc_utest_launcher_h
-#define devkit_plcd_utest_inc_utest_launcher_h
+#ifndef DEVKIT_TESTS_PLCD_INC_UTEST_LAUNCHER_H
+#define DEVKIT_TESTS_PLCD_INC_UTEST_LAUNCHER_H
/* Cleopatre project {{{
*
* Copyright (C) 2013 MStar Semiconductor
@@ -8,8 +8,8 @@
*
* }}} */
/**
- * \file devkit/plcd/utest/inc/utest_launcher.h
- * \ingroup plcd_utest
+ * \file devkit/tests/plcd/inc/utest_launcher.h
+ * \ingroup devkit_tests_plcd
*/
#include <check.h>
@@ -17,4 +17,4 @@
Suite *
utest_suite (void);
-#endif /* devkit_plcd_utest_inc_utest_launcher_h */
+#endif /* DEVKIT_TESTS_PLCD_INC_UTEST_LAUNCHER_H */
diff --git a/cleopatre/devkit/tests/plcd/inc/utest_plcd_autoswitch.h b/cleopatre/devkit/tests/plcd/inc/utest_plcd_autoswitch.h
index ec1c985433..d1219a17a7 100644
--- a/cleopatre/devkit/tests/plcd/inc/utest_plcd_autoswitch.h
+++ b/cleopatre/devkit/tests/plcd/inc/utest_plcd_autoswitch.h
@@ -1,5 +1,5 @@
-#ifndef inc_utest_plcd_autoswitch_h
-#define inc_utest_plcd_autoswitch_h
+#ifndef DEVKIT_TESTS_PLCD_INC_UTEST_PLCD_AUTOSWITCH_H
+#define DEVKIT_TESTS_PLCD_INC_UTEST_PLCD_AUTOSWITCH_H
/* Cleopatre project {{{
*
* Copyright (C) 2013 MStar Semiconductor
@@ -8,8 +8,8 @@
*
* }}} */
/**
- * \file devkit/plcd/utest/inc/utest_plcd_autoswitch.h
- * \ingroup plcd_utest
+ * \file devkit/tests/plcd/inc/utest_plcd_autoswitch.h
+ * \ingroup devkit_tests_plcd
*/
-#endif /* inc_utest_plcd_autoswitch_h */
+#endif /* DEVKIT_TESTS_PLCD_INC_UTEST_PLCD_AUTOSWITCH_H */
diff --git a/cleopatre/devkit/tests/plcd/override/nvram.h b/cleopatre/devkit/tests/plcd/override/nvram.h
index cde80516cb..8ce882d5c0 100644
--- a/cleopatre/devkit/tests/plcd/override/nvram.h
+++ b/cleopatre/devkit/tests/plcd/override/nvram.h
@@ -1,5 +1,5 @@
-#ifndef devkit_tests_plcd_override_nvram_h
-#define devkit_tests_plcd_override_nvram_h
+#ifndef DEVKIT_TESTS_PLCD_OVERRIDE_NVRAM_H
+#define DEVKIT_TESTS_PLCD_OVERRIDE_NVRAM_H
/* Cleopatre project {{{
*
* Copyright (C) 2013 MStar Semiconductor
@@ -9,7 +9,7 @@
* }}} */
/**
* \file devkit/tests/plcd/override/nvram.h
- * \ingroup tests_plcd
+ * \ingroup devkit_tests_plcd
*/
struct spidcom_nvram_t
@@ -18,4 +18,4 @@ struct spidcom_nvram_t
};
typedef struct spidcom_nvram_t spidcom_nvram_t;
-#endif /* devkit_tests_plcd_override_nvram_h */
+#endif /* DEVKIT_TESTS_PLCD_OVERRIDE_NVRAM_H */
diff --git a/cleopatre/devkit/tests/plcd/override/utest_override.h b/cleopatre/devkit/tests/plcd/override/utest_override.h
index 5e4d82b629..b3c4f95bf0 100644
--- a/cleopatre/devkit/tests/plcd/override/utest_override.h
+++ b/cleopatre/devkit/tests/plcd/override/utest_override.h
@@ -1,5 +1,5 @@
-#ifndef override_utest_override_h
-#define override_utest_override_h
+#ifndef DEVKIT_TESTS_PLCD_OVERRIDE_UTEST_OVERRIDE_H
+#define DEVKIT_TESTS_PLCD_OVERRIDE_UTEST_OVERRIDE_H
/* Cleopatre project {{{
*
* Copyright (C) 2013 MStar Semiconductor
@@ -8,8 +8,8 @@
*
* }}} */
/**
- * \file override/utest_override.h
- * \ingroup tests_plcd
+ * \file devkit/tests/plcd/override/utest_override.h
+ * \ingroup devkit_tests_plcd
*
* Redefine few libc functions for unit test.
*/
@@ -76,4 +76,4 @@ UTEST (timer_settime) (
#define timer_settime UTEST (timer_settime)
#define timer_delete UTEST (timer_delete)
-#endif /* override_utest_override_h */
+#endif /* DEVKIT_TESTS_PLCD_OVERRIDE_UTEST_OVERRIDE_H */
diff --git a/cleopatre/devkit/tests/plcd/src/utest_launcher.c b/cleopatre/devkit/tests/plcd/src/utest_launcher.c
index db24d4ab8c..f9cdf1370a 100644
--- a/cleopatre/devkit/tests/plcd/src/utest_launcher.c
+++ b/cleopatre/devkit/tests/plcd/src/utest_launcher.c
@@ -6,8 +6,8 @@
*
* }}} */
/**
- * \file devkit/plcd/utest/src/utest_launcher.c
- * \ingroup plcd_utest
+ * \file devkit/tests/plcd/src/utest_launcher.c
+ * \ingroup devkit_tests_plcd
*/
#include "inc/utest_launcher.h"
#include <check.h>
diff --git a/cleopatre/devkit/tests/plcd/src/utest_plcd_autoswitch.c b/cleopatre/devkit/tests/plcd/src/utest_plcd_autoswitch.c
index b19eda52fb..2a8fbc6716 100644
--- a/cleopatre/devkit/tests/plcd/src/utest_plcd_autoswitch.c
+++ b/cleopatre/devkit/tests/plcd/src/utest_plcd_autoswitch.c
@@ -6,8 +6,8 @@
*
* }}} */
/**
- * \file devkit/plcd/utest/src/utest_plcd_autoswitch.c
- * \ingroup plcd_utest
+ * \file devkit/tests/plcd/src/utest_plcd_autoswitch.c
+ * \ingroup devkit_tests_plcd
*/
#include "inc/utest_launcher.h"
#include "inc/utest_plcd_autoswitch.h"