|
|
@@ -9,8 +9,13 @@ opener_common_includes()
|
|
|
#######################################
|
|
|
opener_platform_support("INCLUDES")
|
|
|
|
|
|
-set( PortsTestSrc socket_timer_tests.cpp)
|
|
|
+set( PortsTestSrc
|
|
|
+ socket_timer_tests.cpp
|
|
|
+ check_encapsulation_inactivity_tests.cpp
|
|
|
+)
|
|
|
|
|
|
include_directories( ${SRC_DIR}/ports )
|
|
|
|
|
|
add_library( PortsTest ${PortsTestSrc} )
|
|
|
+
|
|
|
+target_link_libraries( PortsTest PLATFORM_GENERIC )
|