Skip to content

Commit

Permalink
util test corrected (dependency from ECAL_CORE_PUBLISHER option)
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Mar 22, 2024
1 parent 0665134 commit dcf1844
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ecal/tests/cpp/util_test/src/util_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ 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 @@ -260,3 +262,4 @@ TEST(core_cpp_util, ParallelGetTopics)

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

0 comments on commit dcf1844

Please sign in to comment.