src/test/ns3tcp/wscript
changeset 7487 82cd20da9650
parent 7303 8359b3ac1ab0
child 7619 b4dee6307aa7
equal deleted inserted replaced
7477:4764c1472bd6 7487:82cd20da9650
    14     # Don't do anything for this module if it should not be built.
    14     # Don't do anything for this module if it should not be built.
    15     if 'ns3tcp' in bld.env['MODULES_NOT_BUILT']:
    15     if 'ns3tcp' in bld.env['MODULES_NOT_BUILT']:
    16         return
    16         return
    17 
    17 
    18     ns3tcp = bld.create_ns3_module('ns3tcp', ['internet', 'point-to-point', 'csma', 'applications'])
    18     ns3tcp = bld.create_ns3_module('ns3tcp', ['internet', 'point-to-point', 'csma', 'applications'])
    19     headers = bld.new_task_gen('ns3header')
    19     headers = bld.new_task_gen(features=['ns3header'])
    20     headers.module = 'ns3tcp'
    20     headers.module = 'ns3tcp'
    21     headers.source = [
    21     headers.source = [
    22         'ns3tcp.h',
    22         'ns3tcp.h',
    23         ]
    23         ]
    24 
    24