summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2021-12-23 10:07:36 +0900
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2021-12-23 10:07:36 +0900
commit92eb33f802dae68e7f969d53ccef2ce7b5f3579a (patch)
tree5531958ea518571bd3878b64139e52c1e3477e35
parentfec4393aeca0e13476c01bf41256bae7fe2bb617 (diff)
downloadDLT-daemon-devel_gtest_fix.tar.gz
tests: Deplicate unused files and variablesdevel_gtest_fix
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
-rw-r--r--tests/CMakeLists.txt1
-rw-r--r--tests/gtest_dlt_daemon_gateway.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index b3a9339..6614e9b 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -54,7 +54,6 @@ endforeach()
###################
set(TARGET_LIST gtest_dlt_daemon_gateway
gtest_dlt_daemon_offline_log
- gtest_dlt_daemon_filter
gtest_dlt_daemon_event_handler
)
if(WITH_DLT_SHM_ENABLE)
diff --git a/tests/gtest_dlt_daemon_gateway.cpp b/tests/gtest_dlt_daemon_gateway.cpp
index 418ed86..02c80a1 100644
--- a/tests/gtest_dlt_daemon_gateway.cpp
+++ b/tests/gtest_dlt_daemon_gateway.cpp
@@ -146,8 +146,6 @@ TEST(t_dlt_gateway_send_control_message, Normal)
TEST(t_dlt_gateway_send_control_message, nullpointer)
{
DltDaemonLocal daemon_local;
- DltFilterConfiguration current;
- daemon_local.pFilter.current = &current;
DltGatewayConnection connections;
DltConnection connections1;
DltReceiver receiver1;