Skip to content

Commit

Permalink
Only enable the mtutest if UDP connect is enabled
Browse files Browse the repository at this point in the history
Fixes tumi8#147
  • Loading branch information
nickbroon committed Mar 3, 2021
1 parent 3f68e61 commit 6d82899
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tests/ipfixlolib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ IF (JOURNALD_FOUND)
ENDIF (JOURNALD_FOUND)

ADD_TEST(example_2 example_code_2)
ADD_TEST(mtutest mtutest)
IF (NOT DISABLE_UDP_CONNECT)
ADD_TEST(mtutest mtutest)
ENDIF (NOT DISABLE_UDP_CONNECT)

0 comments on commit 6d82899

Please sign in to comment.