1
0
Fork 0
mirror of https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git synced 2025-08-02 04:00:08 +02:00

Make examples into tests

This commit is contained in:
Tim Schubert 2020-07-03 17:21:19 +02:00
parent 045eff04ff
commit 751daa724b
5 changed files with 93 additions and 115 deletions

View file

@ -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')