Enable ccnx-test example
diff --git a/.gitignore b/.gitignore
index e0559b2..78e6787 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
.waf*
in-progress/
waf
+*~
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):