Move tests from mobility module to its test library

This commit is contained in:
Mitch Watrous
2011-04-07 10:07:46 -07:00
parent 3e1a068ba8
commit b3933a2fe4
3 changed files with 418 additions and 368 deletions

View File

@@ -25,6 +25,7 @@ def build(bld):
mobility_test = bld.create_ns3_module_test_library('mobility')
mobility_test.source = [
'test/ns2-mobility-helper-test-suite.cc',
'test/steady-state-random-waypoint-mobility-model-test.cc',
'test/waypoint-mobility-model-test.cc',
]