add mobility model test suite with more waypoint mobility model tests

This commit is contained in:
Tom Henderson
2010-10-05 01:28:49 -07:00
parent c1ceb7dada
commit 39b60cdc2f
2 changed files with 377 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ def build(bld):
test.source = [
'sample-test-suite.cc',
'error-model-test-suite.cc',
'mobility-test-suite.cc',
]
headers = bld.new_task_gen('ns3header')