diff mbox

[1/4] validation: removed errno from odp_ver_abt_log_dbg

Message ID 1435848021-9830-2-git-send-email-christophe.milard@linaro.org
State Accepted
Commit 40503bd111383a0da4e78d42bf93200cc70f9c19
Headers show

Commit Message

Christophe Milard July 2, 2015, 2:40 p.m. UTC
The tests for errno are removed from module odp_ver_abt_log_dbg.
Errno tests will get their own module in next patches

Signed-off-by: Christophe Milard <christophe.milard@linaro.org>
---
 test/validation/Makefile.am                           | 1 -
 test/validation/ver_abt_log_dbg/odp_errno.h           | 9 ---------
 test/validation/ver_abt_log_dbg/odp_ver_abt_log_dbg.c | 2 --
 3 files changed, 12 deletions(-)
 delete mode 100644 test/validation/ver_abt_log_dbg/odp_errno.h
diff mbox

Patch

diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am
index a2aef17..cfb5dc5 100644
--- a/test/validation/Makefile.am
+++ b/test/validation/Makefile.am
@@ -21,7 +21,6 @@  dist_odp_shared_memory_SOURCES	= odp_shared_memory.c
 dist_odp_timer_SOURCES  = odp_timer.c
 odp_ver_abt_log_dbg_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/ver_abt_log_dbg
 dist_odp_ver_abt_log_dbg_SOURCES  = ver_abt_log_dbg/odp_system.c \
-				    ver_abt_log_dbg/odp_errno.c \
                                     ver_abt_log_dbg/odp_ver_abt_log_dbg.c
 
 ODP_MODULES = buffer \
diff --git a/test/validation/ver_abt_log_dbg/odp_errno.h b/test/validation/ver_abt_log_dbg/odp_errno.h
deleted file mode 100644
index 80507fa..0000000
--- a/test/validation/ver_abt_log_dbg/odp_errno.h
+++ /dev/null
@@ -1,9 +0,0 @@ 
-/* Copyright (c) 2015, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier:	BSD-3-Clause
- */
-
-#include "odp_cunit_common.h"
-
-extern CU_TestInfo test_odp_errno[];
diff --git a/test/validation/ver_abt_log_dbg/odp_ver_abt_log_dbg.c b/test/validation/ver_abt_log_dbg/odp_ver_abt_log_dbg.c
index 39a632e..59297a6 100644
--- a/test/validation/ver_abt_log_dbg/odp_ver_abt_log_dbg.c
+++ b/test/validation/ver_abt_log_dbg/odp_ver_abt_log_dbg.c
@@ -6,11 +6,9 @@ 
 
 #include <odp.h>
 #include "odp_cunit_common.h"
-#include "odp_errno.h"
 #include "odp_system.h"
 
 CU_SuiteInfo odp_testsuites[] = {
-	{"Errno",	NULL, NULL, NULL, NULL, test_odp_errno},
 	{"System Info", NULL, NULL, NULL, NULL, test_odp_system},
 	CU_SUITE_INFO_NULL,
 };