===================================================================

new file mode 100644
This commit is contained in:
Craig Dowell
2009-09-18 14:14:34 -07:00
parent 361382a57c
commit 25974ce348
19 changed files with 1355 additions and 0 deletions

View File

@@ -183,6 +183,14 @@ def build(bld):
['csma', 'internet-stack'])
obj.source = 'radvd-two-prefix.cc'
obj = bld.create_ns3_program('test-dumbbell',
['point-to-point', 'internet-stack'])
obj.source = 'test-dumbbell.cc'
obj = bld.create_ns3_program('test-grid',
['point-to-point', 'internet-stack'])
obj.source = 'test-grid.cc'
env = bld.env_of_name('default')
if env['ENABLE_EMU']:
obj = bld.create_ns3_program('emu-udp-echo', ['emu', 'internet-stack'])