Make ns3tcp and ns3wifi modules really not be built if not appropriate
authorMitch Watrous <watrous@u.washington.edu>
Thu, 02 Jun 2011 09:21:24 -0700
changeset 7300 fbeb6b1cca20
parent 7299 5b13afb6474f
child 7301 5c136769b9ad
Make ns3tcp and ns3wifi modules really not be built if not appropriate
src/test/ns3tcp/wscript
src/test/ns3wifi/wscript
src/test/wscript
--- a/src/test/ns3tcp/wscript	Thu Jun 02 19:47:36 2011 +0400
+++ b/src/test/ns3tcp/wscript	Thu Jun 02 09:21:24 2011 -0700
@@ -1,5 +1,7 @@
 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
 
+import sys
+
 def configure(conf):
     # Add the ns3tcp module to the list of enabled modules that
     # should not be built if this is a static build on Darwin.  They
--- a/src/test/ns3wifi/wscript	Thu Jun 02 19:47:36 2011 +0400
+++ b/src/test/ns3wifi/wscript	Thu Jun 02 09:21:24 2011 -0700
@@ -1,5 +1,7 @@
 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
 
+import sys
+
 def configure(conf):
     # Add the ns3wifi module to the list of enabled modules that
     # should not be built if this is a static build on Darwin.  They
--- a/src/test/wscript	Thu Jun 02 19:47:36 2011 +0400
+++ b/src/test/wscript	Thu Jun 02 09:21:24 2011 -0700
@@ -4,6 +4,8 @@
 
 def configure(conf):
     conf.sub_config('perf')
+    conf.sub_config('ns3tcp')
+    conf.sub_config('ns3wifi')
 
     # Add the test module to the list of enabled modules that should
     # not be built if this is a static build on Darwin.  They don't