There was an error while loading. Please reload this page.
1 parent 9f7cd2f commit d341698Copy full SHA for d341698
2 files changed
tests/CMakeLists.txt
@@ -42,7 +42,7 @@ foreach(file ${files})
42
endif()
43
endforeach()
44
45
-file(GLOB files "${CMAKE_CURRENT_SOURCE_DIR}/universal/network/pub_*.cxx")
+file(GLOB files "${CMAKE_CURRENT_SOURCE_DIR}/universal/network/*.cxx")
46
foreach(file ${files})
47
if(ZENOHCXX_ZENOHC)
48
# Exclude advanced pub-sub test if unstable features are disabled
tests/universal/network/pub_sub.cxx
@@ -234,9 +234,6 @@ void publisher_get_keyexpr() {
234
}
235
236
int main(int argc, char** argv) {
237
-#ifdef ZENOHCXX_ZENOHC
238
- init_log_from_env_or("error");
239
-#endif
240
test_with_alloc<CommonAllocator>();
241
#if defined Z_FEATURE_SHARED_MEMORY && defined Z_FEATURE_UNSTABLE_API
242
test_with_alloc<SHMAllocator>();
0 commit comments