commit | 4ac503d0f86996cbb7cfe7819c3f5838fefc2aae | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Oct 28 15:45:39 2011 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Oct 28 15:45:39 2011 -0700 |
tree | 27b68bd709815e6a5a0209e7e11b558c9f9eb112 | |
parent | 172763c2b9a79900d8b8047f24c76d6881a133f3 [diff] [blame] |
Enable ccnx-test example
diff --git a/wscript b/wscript index e153c41..74ba525 100644 --- a/wscript +++ b/wscript
@@ -54,7 +54,11 @@ tests.source = bld.path.ant_glob('test/*.cc'); - # if True or bld.env['ENABLE_EXAMPLES']: + if True or bld.env['ENABLE_EXAMPLES']: + obj = bld.create_ns3_program('ccnx-test', + ['NDNabstraction', 'internet']) + obj.source = 'examples/ccnx-test.cc' + # for path in ["examples"]: # anode = bld.path.find_dir (path) # if not anode or not anode.is_child_of(bld.srcnode):