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.mil...@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 --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,
 };
-- 
1.9.1

_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to