NS-3 Click Integration merge

This commit is contained in:
Lalith Suresh
2011-02-23 17:17:27 +00:00
parent ea0123f370
commit 352348d296
13 changed files with 247 additions and 44 deletions

View File

@@ -46,11 +46,13 @@ interesting_config_items = [
"ENABLE_REAL_TIME",
"ENABLE_EXAMPLES",
"ENABLE_PYTHON_BINDINGS",
"ENABLE_CLICK",
]
NSC_ENABLED = False
ENABLE_REAL_TIME = False
ENABLE_EXAMPLES = True
ENABLE_CLICK = False
#
# If the user has constrained us to run certain kinds of tests, we can tell waf
@@ -177,6 +179,8 @@ example_tests = [
("examples/wireless/wifi-simple-interference", "True", "True"),
("examples/wireless/wifi-wired-bridging", "True", "True"),
("src/routing/click/examples/nsclick-simple-lan", "ENABLE_CLICK == True", "True"),
("examples/wimax/wimax-simple", "True", "True"),
("examples/wimax/wimax-ipv4", "True", "True"),
("examples/wimax/wimax-multicast", "True", "True"),