split examples, add examples, tweak test.py to minimize builds

This commit is contained in:
Craig Dowell
2009-10-06 19:34:29 -07:00
parent ee0e346c4d
commit a52357aa83
97 changed files with 1312 additions and 274 deletions

View File

@@ -0,0 +1,5 @@
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def build(bld):
obj = bld.create_ns3_program('realtime-udp-echo', ['csma', 'internet-stack'])
obj.source = 'realtime-udp-echo.cc'