doc/tutorial/getting-started.texi
changeset 3346 2e205ef88dab
parent 3345 b0af63b9f9a6
parent 3343 2f13fb6901b5
child 3347 dde05296726b
equal deleted inserted replaced
3345:b0af63b9f9a6 3346:2e205ef88dab
   265 If a regression tests fails you will see a FAIL indication along with a
   265 If a regression tests fails you will see a FAIL indication along with a
   266 pointer to the offending trace file and its associated reference trace file
   266 pointer to the offending trace file and its associated reference trace file
   267 along with a suggestion on how to run diff in order to see what has gone awry.
   267 along with a suggestion on how to run diff in order to see what has gone awry.
   268 
   268 
   269 @c ========================================================================
   269 @c ========================================================================
   270 @c Testing ns-3
   270 @c Running a Script
   271 @c ========================================================================
   271 @c ========================================================================
   272 
   272 
       
   273 @node Running a Script
   273 @section Running a Script
   274 @section Running a Script
   274 @cindex running a script with Waf
   275 @cindex running a script with Waf
   275 We typically run scripts under the control of Waf.  This allows the build 
   276 We typically run scripts under the control of Waf.  This allows the build 
   276 system to ensure that the shared library paths are set correctly and that
   277 system to ensure that the shared library paths are set correctly and that
   277 the libraries are available at run time.  To run a program, simply use the
   278 the libraries are available at run time.  To run a program, simply use the