author | Gustavo J. A. M. Carneiro <gjc@inescporto.pt> |
Fri, 15 Jun 2007 15:25:01 +0100 | |
changeset 771 | 86b8d2312ec8 |
parent 770 | 6441e0706902 |
child 772 | 1e4fde8c1249 |
utils/wscript | file | annotate | diff | revisions |
1.1 --- a/utils/wscript Fri Jun 15 15:19:38 2007 +0100 1.2 +++ b/utils/wscript Fri Jun 15 15:25:01 2007 +0100 1.3 @@ -15,7 +15,6 @@ 1.4 unit_tests.unit_test = 1 # runs on 'waf check' 1.5 ## link unit test program with all ns3 modules 1.6 unit_tests.uselib_local = env['NS3_MODULES'] 1.7 - print env['NS3_MODULES'] 1.8 1.9 obj = create_ns_prog('bench-simulator', 'bench-simulator.cc') 1.10 obj.uselib_local = "ns3-core ns3-common ns3-simulator"