Add test for adding waypoints

This commit is contained in:
Tim Schubert 2020-07-07 20:26:38 +02:00
parent e1bca0b7d9
commit 737c9a49c7
3 changed files with 65 additions and 7 deletions

View file

@ -31,6 +31,7 @@ def build(bld):
'test/isl-mock-channel-test-suite.cc',
'test/leo-mock-channel-test-suite.cc',
'test/leo-input-fstream-container-test-suite.cc',
'test/leo-mobility-test-suite.cc',
]
headers = bld(features='ns3header')