src/wscript
changeset 5715 e84ad4735c4b
parent 5707 d4bcda8a76ed
parent 5361 e8989b44bffb
child 5717 4c67658e54af
--- a/src/wscript	Thu Oct 08 15:28:14 2009 +0400
+++ b/src/wscript	Thu Oct 08 15:30:36 2009 +0400
@@ -77,7 +77,7 @@
     if Options.options.enable_rpath:
         conf.env.append_value('RPATH', '-Wl,-rpath=%s' % (os.path.join(blddir),))
 
-    ## Used to link the 'run-tests' program with all of ns-3 code
+    ## Used to link the 'test-runner' program with all of ns-3 code
     conf.env['NS3_MODULES'] = ['ns3-' + module.split('/')[-1] for module in all_modules]