WIP: Add tests for isl-mock-channel

This commit is contained in:
Tim Schubert 2020-07-04 15:14:48 +02:00
parent e05dc827cc
commit e8bf45a5d9
3 changed files with 66 additions and 3 deletions

View file

@ -27,6 +27,7 @@ def build(bld):
module_test.source = [
'test/leo-test-suite.cc',
'test/isl-test-suite.cc',
'test/isl-mock-channel-test-suite.cc',
]
headers = bld(features='ns3header')