From 936aba7f22366956edf4a12ec3c7cae6a76edf9b Mon Sep 17 00:00:00 2001 From: RAFI <103924677+cmuhammedrafi@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:07:42 +0530 Subject: [PATCH] remove NetworkManagerGdbusTest binary --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92d1a6d..7057ba7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -171,5 +171,4 @@ write_config(PLUGINS LegacyPlugin_WiFiManagerAPIs CLASSNAME WiFiManager LOCATOR if(ENABLE_UNIT_TESTING) include(Tests/unit_test/unit_tests.cmake) - include(Tests/raspberrypi/NetworkManagerGdbusTest.cmake) endif(ENABLE_UNIT_TESTING)