Skip to content

Commit

Permalink
Add console output, thanks to tresf
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Dec 5, 2023
1 parent 4828e1b commit 04bef59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ if (WITH_TESTS)
add_executable(${TESTTCP} ${TESTTCP_SOURCES})
target_link_libraries(${TESTLO} PRIVATE Threads::Threads)
target_link_libraries(${TESTTCP} PRIVATE Threads::Threads)
set_target_properties(${TESTLO} PROPERTIES LINK_FLAGS "${LINK_FLAGS} -mconsole")
set_target_properties(${SUBTEST} PROPERTIES LINK_FLAGS "${LINK_FLAGS} -mconsole")
set_target_properties(${TESTTCP} PROPERTIES LINK_FLAGS "${LINK_FLAGS} -mconsole")
add_test(${TESTLO} tests/${TESTLO})
add_test("test-bidirectional-tcp" tests/${TESTTCP})
enable_testing()
Expand Down

0 comments on commit 04bef59

Please sign in to comment.