regression.cfg 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. // Boost Graph Library examples regression test configuration file
  2. //
  3. // From the boost/status directory, run
  4. // ./regression --tests ../libs/graph/example/regression.cfg -o graph-eg.html
  5. //
  6. // Please keep the entries ordered alphabetically by the test's file name.
  7. compile libs/graph/example/accum-compile-times.cpp
  8. compile libs/graph/example/adjacency_list.cpp
  9. compile libs/graph/example/adjacency_list_io.cpp
  10. compile libs/graph/example/adjacency_matrix.cpp
  11. compile libs/graph/example/bellman-example.cpp
  12. compile libs/graph/example/bellman-ford-internet.cpp
  13. compile libs/graph/example/bfs-example.cpp
  14. compile libs/graph/example/bfs-name-printer.cpp
  15. compile libs/graph/example/bfs.cpp
  16. compile libs/graph/example/bfs_neighbor.cpp
  17. compile libs/graph/example/biconnected_components.cpp
  18. compile libs/graph/example/boost_web_graph.cpp
  19. compile libs/graph/example/bucket_sorter.cpp
  20. compile libs/graph/example/cc-internet.cpp
  21. compile libs/graph/example/city_visitor.cpp
  22. compile libs/graph/example/components_on_edgelist.cpp
  23. compile libs/graph/example/connected-components.cpp
  24. compile libs/graph/example/connected_components.cpp
  25. compile libs/graph/example/container_gen.cpp
  26. compile libs/graph/example/copy-example.cpp
  27. compile libs/graph/example/cuthill_mckee_ordering.cpp
  28. compile libs/graph/example/cycle-file-dep.cpp
  29. compile libs/graph/example/cycle-file-dep2.cpp
  30. compile libs/graph/example/dag_shortest_paths.cpp
  31. compile libs/graph/example/dave.cpp
  32. compile libs/graph/example/default-constructor.cpp
  33. compile libs/graph/example/default-constructor2.cpp
  34. compile libs/graph/example/dfs-example.cpp
  35. compile libs/graph/example/dfs-parenthesis.cpp
  36. compile libs/graph/example/dfs.cpp
  37. compile libs/graph/example/dfs_parenthesis.cpp
  38. compile libs/graph/example/dijkstra-example.cpp
  39. compile libs/graph/example/edge-connectivity.cpp
  40. compile libs/graph/example/edge-function.cpp
  41. compile libs/graph/example/edge-iter-constructor.cpp
  42. compile libs/graph/example/edge_basics.cpp
  43. compile libs/graph/example/edge_connectivity.cpp
  44. compile libs/graph/example/edge_iterator_constructor.cpp
  45. compile libs/graph/example/edge_property.cpp
  46. compile libs/graph/example/edmonds-karp-eg.cpp
  47. compile libs/graph/example/exterior_properties.cpp
  48. compile libs/graph/example/exterior_property_map.cpp
  49. compile libs/graph/example/family-tree-eg.cpp
  50. compile libs/graph/example/fibonacci_heap.cpp
  51. compile libs/graph/example/file_dependencies.cpp
  52. compile libs/graph/example/filtered_graph.cpp
  53. compile libs/graph/example/gerdemann.cpp
  54. compile libs/graph/example/graph-assoc-types.cpp
  55. compile libs/graph/example/graph-property-iter-eg.cpp
  56. compile libs/graph/example/graph.cpp
  57. compile libs/graph/example/graphviz.cpp
  58. compile libs/graph/example/in_edges.cpp
  59. compile libs/graph/example/incremental-components-eg.cpp
  60. compile libs/graph/example/incremental_components.cpp
  61. compile libs/graph/example/interior_property_map.cpp
  62. compile libs/graph/example/isomorphism.cpp
  63. compile libs/graph/example/iterator-property-map-eg.cpp
  64. compile libs/graph/example/johnson-eg.cpp
  65. compile libs/graph/example/kevin-bacon.cpp
  66. compile libs/graph/example/knights-tour.cpp
  67. compile libs/graph/example/kruskal-example.cpp
  68. compile libs/graph/example/kruskal-telephone.cpp
  69. compile libs/graph/example/last-mod-time.cpp
  70. compile libs/graph/example/loops_dfs.cpp
  71. compile libs/graph/example/max_flow.cpp
  72. compile libs/graph/example/min_max_paths.cpp
  73. compile libs/graph/example/minimum_degree_ordering.cpp
  74. compile libs/graph/example/modify_graph.cpp
  75. compile libs/graph/example/neighbor_bfs.cpp
  76. compile libs/graph/example/ordered_out_edges.cpp
  77. compile libs/graph/example/ospf-example.cpp
  78. compile libs/graph/example/parallel-compile-time.cpp
  79. compile libs/graph/example/prim-example.cpp
  80. compile libs/graph/example/prim-telephone.cpp
  81. compile libs/graph/example/print-adjacent-vertices.cpp
  82. compile libs/graph/example/print-edges.cpp
  83. compile libs/graph/example/print-in-edges.cpp
  84. compile libs/graph/example/print-out-edges.cpp
  85. compile libs/graph/example/property-map-traits-eg.cpp
  86. compile libs/graph/example/property_iterator.cpp
  87. compile libs/graph/example/push-relabel-eg.cpp
  88. compile libs/graph/example/put-get-helper-eg.cpp
  89. compile libs/graph/example/quick-tour.cpp
  90. compile libs/graph/example/quick_tour.cpp
  91. compile libs/graph/example/reachable-loop-head.cpp
  92. compile libs/graph/example/reachable-loop-tail.cpp
  93. compile libs/graph/example/remove_edge_if_bidir.cpp
  94. compile libs/graph/example/remove_edge_if_dir.cpp
  95. compile libs/graph/example/remove_edge_if_undir.cpp
  96. compile libs/graph/example/reverse-graph-eg.cpp
  97. compile libs/graph/example/scc.cpp
  98. compile libs/graph/example/strong-components.cpp
  99. compile libs/graph/example/strong_components.cpp
  100. compile libs/graph/example/subgraph.cpp
  101. compile libs/graph/example/topo-sort-file-dep.cpp
  102. compile libs/graph/example/topo-sort-file-dep2.cpp
  103. compile libs/graph/example/topo-sort1.cpp
  104. compile libs/graph/example/topo-sort2.cpp
  105. compile libs/graph/example/topo_sort.cpp
  106. compile libs/graph/example/transitive_closure.cpp
  107. compile libs/graph/example/transpose-example.cpp
  108. compile libs/graph/example/undirected.cpp
  109. compile libs/graph/example/vector-as-graph.cpp
  110. compile libs/graph/example/vertex-name-property.cpp
  111. compile libs/graph/example/vertex_basics.cpp
  112. compile libs/graph/example/visitor.cpp