src/wimax/wscript
changeset 6951 ba9081dbe0ee
parent 6932 3b497f4f6ad9
child 7487 82cd20da9650
--- a/src/wimax/wscript	Thu Mar 24 16:55:50 2011 -0700
+++ b/src/wimax/wscript	Fri Mar 25 10:16:24 2011 -0700
@@ -50,6 +50,10 @@
             'model/cs-parameters.cc',
             'model/wimax-mac-to-mac-header.cc',
             'helper/wimax-helper.cc',
+		            ]
+
+    obj_test = bld.create_ns3_module_test_library('wimax')
+    obj_test.source = [
             'test/wimax-tlv-test.cc',
             'test/mac-messages-test.cc',
             'test/wimax-service-flow-test.cc',
@@ -57,7 +61,7 @@
             'test/phy-test.cc',
             'test/qos-test.cc',
             'test/wimax-fragmentation-test.cc',
-		            ]
+            ]
 		            
     headers = bld.new_task_gen('ns3header')
     headers.module = 'wimax'