mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 01:53:58 +02:00
Prefix LEO tests with leo
This commit is contained in:
parent
096b48f005
commit
55cd581ce1
7 changed files with 130 additions and 6 deletions
3
wscript
3
wscript
|
@ -7,7 +7,7 @@
|
|||
# conf.check_nonfatal(header_name='stdint.h', define_name='HAVE_STDINT_H')
|
||||
|
||||
def build(bld):
|
||||
module = bld.create_ns3_module('leo', ['core','internet', 'propagation', 'stats', 'traffic', 'flow-monitor', 'applications'])
|
||||
module = bld.create_ns3_module('leo', ['core','internet', 'propagation', 'stats', 'traffic', 'flow-monitor', 'applications', 'netanim'])
|
||||
module.source = [
|
||||
'helper/arp-cache-helper.cc',
|
||||
'helper/isl-helper.cc',
|
||||
|
@ -32,6 +32,7 @@ def build(bld):
|
|||
'test/isl-mock-channel-test-suite.cc',
|
||||
'test/isl-propagation-test-suite.cc',
|
||||
'test/isl-test-suite.cc',
|
||||
'test/leo-anim-test-suite.cc',
|
||||
'test/leo-input-fstream-container-test-suite.cc',
|
||||
'test/leo-mobility-test-suite.cc',
|
||||
'test/leo-mock-channel-test-suite.cc',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue