add tests and fixups

This commit is contained in:
Tim Schubert 2020-07-04 20:45:09 +02:00
parent 5f01608c61
commit c6bce1a882
6 changed files with 319 additions and 2 deletions

View file

@ -18,6 +18,7 @@ def build(bld):
'model/leo-mock-channel.cc',
'model/leo-mock-net-device.cc',
'helper/leo-helper.cc',
'model/leo-propagation-loss-model.cc',
'model/mock-net-device.cc',
'model/mock-channel.cc',
'helper/nd-cache-helper.cc',
@ -28,6 +29,7 @@ def build(bld):
'test/leo-test-suite.cc',
'test/isl-test-suite.cc',
'test/isl-mock-channel-test-suite.cc',
'test/leo-mock-channel-test-suite.cc',
]
headers = bld(features='ns3header')
@ -42,6 +44,7 @@ def build(bld):
'model/leo-mock-channel.h',
'model/leo-mock-net-device.h',
'helper/leo-helper.h',
'model/leo-propagation-loss-model.h',
'model/mock-net-device.h',
'model/mock-channel.h',
'helper/nd-cache-helper.h',