equal
deleted
inserted
replaced
141 |
141 |
142 if bld.env['ENABLE_GSL']: |
142 if bld.env['ENABLE_GSL']: |
143 obj.uselib = 'GSL GSLCBLAS M' |
143 obj.uselib = 'GSL GSLCBLAS M' |
144 obj_test.uselib = 'GSL GSLCBLAS M' |
144 obj_test.uselib = 'GSL GSLCBLAS M' |
145 |
145 |
146 obj = bld.create_ns3_program('wifi-phy-test', |
146 if (bld.env['ENABLE_EXAMPLES']): |
147 ['core', 'mobility', 'network', 'wifi']) |
147 bld.add_subdirs('examples') |
148 obj.source = 'test/wifi-phy-test.cc' |
|
149 |
148 |
150 bld.ns3_python_bindings() |
149 bld.ns3_python_bindings() |
151 |
150 |