commit | d175da71898789dc3122e6c34feb781f31cd1529 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Mon Jul 11 10:05:05 2016 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Mon Jul 11 10:05:05 2016 +0200 |
tree | 4aec57e536573f15379563bc0c08e95800907455 | |
parent | 7caaea10402e3d00d2e1c2e6d233b64b0a71273a [diff] [blame] |
Add unit tests for getHostAndPort()
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e99c825..bfd69dc 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -13,3 +13,6 @@ add_executable(encperf encperf.cxx) target_link_libraries(encperf test_util rfb) + +add_executable(hostport hostport.cxx) +target_link_libraries(hostport rfb)