@@ -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 \
deleted file mode 100644
@@ -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[];
@@ -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,
};
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