Skip to content

Commit

Permalink
It compile and also seems to communicate properly
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Jun 30, 2023
1 parent 2dc62b0 commit d91b409
Show file tree
Hide file tree
Showing 20 changed files with 633 additions and 832 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ if(BUILD_ECAL_TESTS)
# ------------------------------------------------------
# test ecal
# ------------------------------------------------------
#add_subdirectory(testing/ecal/clientserver_test) THIS TEST IS NOT ABLE TO RUN ON GH ACTIONS
add_subdirectory(testing/ecal/clientserver_test) #THIS TEST IS NOT ABLE TO RUN ON GH ACTIONS
add_subdirectory(testing/ecal/ecal_tcp_service_test)

add_subdirectory(testing/ecal/core_test)
Expand Down
3 changes: 0 additions & 3 deletions ecal/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ set(ecal_service_cpp_src
src/service/ecal_service_server_impl.h
src/service/ecal_service_singleton_manager.cpp
src/service/ecal_service_singleton_manager.h
src/service/ecal_tcpclient.cpp
src/service/ecal_tcpclient.h
# src/service/ecal_tcpheader.h TODO Remove
)

set(ecal_cmn_cpp_src
Expand Down
Loading

0 comments on commit d91b409

Please sign in to comment.