core: Example and test cases for StringValue attribute parsing

This commit is contained in:
Tom Henderson
2016-09-12 12:23:12 -07:00
parent 846709fff0
commit ca94d87ace
3 changed files with 155 additions and 0 deletions

View File

@@ -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'