44 "NS3_MODULE_PATH", |
44 "NS3_MODULE_PATH", |
45 "NSC_ENABLED", |
45 "NSC_ENABLED", |
46 "ENABLE_REAL_TIME", |
46 "ENABLE_REAL_TIME", |
47 "ENABLE_EXAMPLES", |
47 "ENABLE_EXAMPLES", |
48 "ENABLE_PYTHON_BINDINGS", |
48 "ENABLE_PYTHON_BINDINGS", |
|
49 "ENABLE_CLICK", |
49 ] |
50 ] |
50 |
51 |
51 NSC_ENABLED = False |
52 NSC_ENABLED = False |
52 ENABLE_REAL_TIME = False |
53 ENABLE_REAL_TIME = False |
53 ENABLE_EXAMPLES = True |
54 ENABLE_EXAMPLES = True |
|
55 ENABLE_CLICK = False |
54 |
56 |
55 # |
57 # |
56 # If the user has constrained us to run certain kinds of tests, we can tell waf |
58 # If the user has constrained us to run certain kinds of tests, we can tell waf |
57 # to only build |
59 # to only build |
58 # |
60 # |
174 ("examples/wireless/wifi-simple-adhoc", "True", "True"), |
176 ("examples/wireless/wifi-simple-adhoc", "True", "True"), |
175 ("examples/wireless/wifi-simple-adhoc-grid", "True", "True"), |
177 ("examples/wireless/wifi-simple-adhoc-grid", "True", "True"), |
176 ("examples/wireless/wifi-simple-infra", "True", "True"), |
178 ("examples/wireless/wifi-simple-infra", "True", "True"), |
177 ("examples/wireless/wifi-simple-interference", "True", "True"), |
179 ("examples/wireless/wifi-simple-interference", "True", "True"), |
178 ("examples/wireless/wifi-wired-bridging", "True", "True"), |
180 ("examples/wireless/wifi-wired-bridging", "True", "True"), |
|
181 |
|
182 ("src/routing/click/examples/nsclick-simple-lan", "ENABLE_CLICK == True", "True"), |
179 |
183 |
180 ("examples/wimax/wimax-simple", "True", "True"), |
184 ("examples/wimax/wimax-simple", "True", "True"), |
181 ("examples/wimax/wimax-ipv4", "True", "True"), |
185 ("examples/wimax/wimax-ipv4", "True", "True"), |
182 ("examples/wimax/wimax-multicast", "True", "True"), |
186 ("examples/wimax/wimax-multicast", "True", "True"), |
183 ] |
187 ] |