Skip to content

Commit

Permalink
add CTest
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Apr 5, 2021
1 parent 058c7d6 commit ca3bb9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/ebus/contrib/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ include_directories(../../../utils)
add_executable(test_contrib test_tem.cpp)
target_link_libraries(test_contrib ebus ebuscontrib pthread)
add_test(contrib test_contrib)

include(CTest)
2 changes: 2 additions & 0 deletions src/lib/ebus/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ add_test(data test_data)
add_executable(test_message test_message.cpp)
target_link_libraries(test_message ebus pthread ${test_LIBS})
add_test(message test_message)

include(CTest)

0 comments on commit ca3bb9b

Please sign in to comment.