wscript
changeset 4354 ded7c46b986b
parent 4348 0572c4011b3d
child 4367 63c04791fae2
equal deleted inserted replaced
4349:a30d9fc6f1ea 4354:ded7c46b986b
   516     print "-- Running NS-3 C++ core unit tests..."
   516     print "-- Running NS-3 C++ core unit tests..."
   517     wutils.run_program('run-tests', wutils.get_command_template(env))
   517     wutils.run_program('run-tests', wutils.get_command_template(env))
   518 
   518 
   519     if env['ENABLE_PYTHON_BINDINGS']:
   519     if env['ENABLE_PYTHON_BINDINGS']:
   520         print "-- Running NS-3 Python bindings unit tests..."
   520         print "-- Running NS-3 Python bindings unit tests..."
   521         wutils.run_argv([env['PYTHON'], env, os.path.join("utils", "python-unit-tests.py")], proc_env)
   521         wutils.run_argv([env['PYTHON'], os.path.join("utils", "python-unit-tests.py")], env, proc_env)
   522     else:
   522     else:
   523         print "-- Skipping NS-3 Python bindings unit tests: Python bindings not enabled."
   523         print "-- Skipping NS-3 Python bindings unit tests: Python bindings not enabled."
   524 
   524 
   525 
   525 
   526 
   526