split examples, add examples, tweak test.py to minimize builds
This commit is contained in:
5
examples/naming/wscript
Normal file
5
examples/naming/wscript
Normal 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('object-names', ['core', 'simulator', 'csma', 'internet-stack'])
|
||||
obj.source = 'object-names.cc'
|
||||
Reference in New Issue
Block a user