aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2015-03-19 14:07:32 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-03-20 12:43:00 +0300
commite917a808d5d770fc9c845f259e90e8780632fa23 (patch)
treecae22201f38d019f08466154daf467e9f498732f /test
parente83523a8c05aa6821f0620cf4afba9485bd17acc (diff)
test: debug: replace example with test
The structures are part of the test hierarchy not example Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test')
-rw-r--r--test/test_debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_debug.h b/test/test_debug.h
index 35e21d9b8..7acfe1608 100644
--- a/test/test_debug.h
+++ b/test/test_debug.h
@@ -6,7 +6,7 @@
/**
* @file
*
- * example debug
+ * test debug
*/
#ifndef TEST_DEBUG_H_
@@ -26,11 +26,11 @@ extern "C" {
/**
* log level.
*/
-typedef enum example_log_level {
+typedef enum test_log_level {
TEST_LOG_DBG,
TEST_LOG_ERR,
TEST_LOG_ABORT
-} example_log_level_e;
+} test_log_level_e;
/**
* default LOG macro.