comparison extensions/CMakeLists.txt @ 651:083317a4e947

Added new test_netemul extension (need testing)
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 07 Jan 2011 18:33:37 +0900
parents 2d15fd8ef5ba
children 1f7c7ce85db3
comparison
equal deleted inserted replaced
650:7e9a5e9aad64 651:083317a4e947
84 FD_EXTENSION_SUBDIR(dbg_monitor "Outputs periodical status information" OFF) 84 FD_EXTENSION_SUBDIR(dbg_monitor "Outputs periodical status information" OFF)
85 FD_EXTENSION_SUBDIR(dbg_rt "Routing extension for debugging the routing module" OFF) 85 FD_EXTENSION_SUBDIR(dbg_rt "Routing extension for debugging the routing module" OFF)
86 FD_EXTENSION_SUBDIR(test_app "Testing application to send dummy message to another peer, like a Diameter 'ping'" OFF) 86 FD_EXTENSION_SUBDIR(test_app "Testing application to send dummy message to another peer, like a Diameter 'ping'" OFF)
87 FD_EXTENSION_SUBDIR(test_sip "Testing application to simulate Diameter-SIP client (RFC4740)" OFF) 87 FD_EXTENSION_SUBDIR(test_sip "Testing application to simulate Diameter-SIP client (RFC4740)" OFF)
88 FD_EXTENSION_SUBDIR(dbg_interactive "Python-interpreter based module" OFF) 88 FD_EXTENSION_SUBDIR(dbg_interactive "Python-interpreter based module" OFF)
89 FD_EXTENSION_SUBDIR(test_netemul "Simple Diameter network emulator proxy extension (latency, PDV, duplicates)" OFF)
90
89 91
90 92
91 # The following extension have very little use except for specific tests, so we disable them except in Debug configurations. 93 # The following extension have very little use except for specific tests, so we disable them except in Debug configurations.
92 IF (CMAKE_BUILD_TYPE MATCHES "Debug") 94 IF (CMAKE_BUILD_TYPE MATCHES "Debug")
93 FD_EXTENSION_SUBDIR(_sample "Simple extension to demonstrate extension mechanism, for developpers" OFF) 95 FD_EXTENSION_SUBDIR(_sample "Simple extension to demonstrate extension mechanism, for developpers" OFF)
"Welcome to our mercurial repository"