NS-3 Click Integration merge
This commit is contained in:
4
test.py
4
test.py
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user