core: Example and test cases for StringValue attribute parsing
This commit is contained in:
@@ -37,6 +37,9 @@ def build(bld):
|
||||
['core'])
|
||||
obj.source = 'hash-example.cc'
|
||||
|
||||
obj = bld.create_ns3_program('test-string-value-formatting', ['core'])
|
||||
obj.source = 'test-string-value-formatting.cc'
|
||||
|
||||
if bld.env['ENABLE_THREADING'] and bld.env["ENABLE_REAL_TIME"]:
|
||||
obj = bld.create_ns3_program('main-test-sync', ['network'])
|
||||
obj.source = 'main-test-sync.cc'
|
||||
|
||||
Reference in New Issue
Block a user