Skip to content

Commit

Permalink
cpp/util_test/src/util_test was excluded due to incorrect cmake setti…
Browse files Browse the repository at this point in the history
…ng (#1514)
  • Loading branch information
rex-schilasky authored Apr 9, 2024
1 parent f65ae60 commit 265cf73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion ecal/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ add_subdirectory(cpp/expmap_test)
add_subdirectory(cpp/serialization_test)
add_subdirectory(cpp/topic2mcast_test)

if(ECAL_CORE_REGISTRATION)
if(ECAL_CORE_REGISTRATION AND ECAL_CORE_PUBLISHER)
add_subdirectory(cpp/util_test)
endif()

Expand Down
3 changes: 0 additions & 3 deletions ecal/tests/cpp/util_test/src/util_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ TEST(core_cpp_util, Freq_ResettableFrequencyCalculator)
}
}


#if ECAL_CORE_PUBLISHER
TEST(core_cpp_util, ParallelGetTopics)
{
constexpr const int max_publisher_count(2000);
Expand Down Expand Up @@ -262,4 +260,3 @@ TEST(core_cpp_util, ParallelGetTopics)

eCAL::Finalize();
}
#endif // ECAL_CORE_PUBLISHER

0 comments on commit 265cf73

Please sign in to comment.