mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-07-31 03:00:07 +02:00
Make examples into tests
This commit is contained in:
parent
045eff04ff
commit
751daa724b
5 changed files with 93 additions and 115 deletions
1
wscript
1
wscript
|
@ -26,6 +26,7 @@ def build(bld):
|
|||
module_test = bld.create_ns3_module_test_library('leo')
|
||||
module_test.source = [
|
||||
'test/leo-test-suite.cc',
|
||||
'test/isl-test-suite.cc',
|
||||
]
|
||||
|
||||
headers = bld(features='ns3header')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue