Skip to content

Commit

Permalink
trying travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-stokes committed Apr 24, 2015
1 parent ad98893 commit efb1af9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions unittests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@
'utilities_tests.test_reports',
'utilities_tests.test_utility_calls',
'operations_tests.partition_algorithms_tests.test_basic_partitioner',
'operations_tests.partition_algorithms_tests.test_partition_and_place_partitioner',
'operations_tests.partition_algorithms_tests.'
'test_partition_and_place_partitioner',
'operations_tests.placer_algorithms_tests.test_basic_placer',
'operations_tests.placer_algorithms_tests.test_radial_placer',
'operations_tests.router_algorithms_tests.test_basic_dijkstra_routing',
'operations_tests.router_algorithms_tests.test_generic_router',
'operations_tests.routing_info_algorithms_tests.test_basic_routing_info_allocator'
'operations_tests.routing_info_algorithms_tests.test_malloc_routing_info_allocator']
'operations_tests.routing_info_algorithms_tests.'
'test_basic_routing_info_allocator'
'operations_tests.routing_info_algorithms_tests.'
'test_malloc_routing_info_allocator']

suite = unittest.TestSuite()

Expand Down

0 comments on commit efb1af9

Please sign in to comment.