From: Andrea Lacava Date: Fri, 14 Mar 2025 16:13:20 +0000 (-0400) Subject: Remove tests from cmake X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=8ceee89404856e3249b75b3ae36b3877e910aef8;p=sim%2Fns3-o-ran-e2.git Remove tests from cmake Change-Id: I9584293959feaaa399baac3e21b8e06d07e41b5d Signed-off-by: Andrea Lacava --- 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} )