From 8ceee89404856e3249b75b3ae36b3877e910aef8 Mon Sep 17 00:00:00 2001 From: Andrea Lacava Date: Fri, 14 Mar 2025 12:13:20 -0400 Subject: [PATCH] Remove tests from cmake Change-Id: I9584293959feaaa399baac3e21b8e06d07e41b5d Signed-off-by: Andrea Lacava --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c1f326..067907f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,5 @@ build_lib( LIBRARIES_TO_LINK ${libcore} ${e2sim_LIBRARIES} - TEST_SOURCES test/oran-interface-test-suite.cc - ${examples_as_tests_sources} ) -- 2.16.6