diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
commit | 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch) | |
tree | e5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /src/boost/libs/graph/example/regression.cfg | |
parent | Initial commit. (diff) | |
download | ceph-upstream.tar.xz ceph-upstream.zip |
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/libs/graph/example/regression.cfg')
-rw-r--r-- | src/boost/libs/graph/example/regression.cfg | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/src/boost/libs/graph/example/regression.cfg b/src/boost/libs/graph/example/regression.cfg new file mode 100644 index 00000000..4fa1cef4 --- /dev/null +++ b/src/boost/libs/graph/example/regression.cfg @@ -0,0 +1,114 @@ +// Boost Graph Library examples regression test configuration file +// +// From the boost/status directory, run +// ./regression --tests ../libs/graph/example/regression.cfg -o graph-eg.html +// +// Please keep the entries ordered alphabetically by the test's file name. + +compile libs/graph/example/accum-compile-times.cpp +compile libs/graph/example/adjacency_list.cpp +compile libs/graph/example/adjacency_list_io.cpp +compile libs/graph/example/adjacency_matrix.cpp +compile libs/graph/example/bellman-example.cpp +compile libs/graph/example/bellman-ford-internet.cpp +compile libs/graph/example/bfs-example.cpp +compile libs/graph/example/bfs-name-printer.cpp +compile libs/graph/example/bfs.cpp +compile libs/graph/example/bfs_neighbor.cpp +compile libs/graph/example/biconnected_components.cpp +compile libs/graph/example/boost_web_graph.cpp +compile libs/graph/example/bucket_sorter.cpp +compile libs/graph/example/cc-internet.cpp +compile libs/graph/example/city_visitor.cpp +compile libs/graph/example/components_on_edgelist.cpp +compile libs/graph/example/connected-components.cpp +compile libs/graph/example/connected_components.cpp +compile libs/graph/example/container_gen.cpp +compile libs/graph/example/copy-example.cpp +compile libs/graph/example/cuthill_mckee_ordering.cpp +compile libs/graph/example/cycle-file-dep.cpp +compile libs/graph/example/cycle-file-dep2.cpp +compile libs/graph/example/dag_shortest_paths.cpp +compile libs/graph/example/dave.cpp +compile libs/graph/example/default-constructor.cpp +compile libs/graph/example/default-constructor2.cpp +compile libs/graph/example/dfs-example.cpp +compile libs/graph/example/dfs-parenthesis.cpp +compile libs/graph/example/dfs.cpp +compile libs/graph/example/dfs_parenthesis.cpp +compile libs/graph/example/dijkstra-example.cpp +compile libs/graph/example/edge-connectivity.cpp +compile libs/graph/example/edge-function.cpp +compile libs/graph/example/edge-iter-constructor.cpp +compile libs/graph/example/edge_basics.cpp +compile libs/graph/example/edge_connectivity.cpp +compile libs/graph/example/edge_iterator_constructor.cpp +compile libs/graph/example/edge_property.cpp +compile libs/graph/example/edmonds-karp-eg.cpp +compile libs/graph/example/exterior_properties.cpp +compile libs/graph/example/exterior_property_map.cpp +compile libs/graph/example/family-tree-eg.cpp +compile libs/graph/example/fibonacci_heap.cpp +compile libs/graph/example/file_dependencies.cpp +compile libs/graph/example/filtered_graph.cpp +compile libs/graph/example/gerdemann.cpp +compile libs/graph/example/graph-assoc-types.cpp +compile libs/graph/example/graph-property-iter-eg.cpp +compile libs/graph/example/graph.cpp +compile libs/graph/example/graphviz.cpp +compile libs/graph/example/in_edges.cpp +compile libs/graph/example/incremental-components-eg.cpp +compile libs/graph/example/incremental_components.cpp +compile libs/graph/example/interior_property_map.cpp +compile libs/graph/example/isomorphism.cpp +compile libs/graph/example/iterator-property-map-eg.cpp +compile libs/graph/example/johnson-eg.cpp +compile libs/graph/example/kevin-bacon.cpp +compile libs/graph/example/knights-tour.cpp +compile libs/graph/example/kruskal-example.cpp +compile libs/graph/example/kruskal-telephone.cpp +compile libs/graph/example/last-mod-time.cpp +compile libs/graph/example/loops_dfs.cpp +compile libs/graph/example/max_flow.cpp +compile libs/graph/example/min_max_paths.cpp +compile libs/graph/example/minimum_degree_ordering.cpp +compile libs/graph/example/modify_graph.cpp +compile libs/graph/example/neighbor_bfs.cpp +compile libs/graph/example/ordered_out_edges.cpp +compile libs/graph/example/ospf-example.cpp +compile libs/graph/example/parallel-compile-time.cpp +compile libs/graph/example/prim-example.cpp +compile libs/graph/example/prim-telephone.cpp +compile libs/graph/example/print-adjacent-vertices.cpp +compile libs/graph/example/print-edges.cpp +compile libs/graph/example/print-in-edges.cpp +compile libs/graph/example/print-out-edges.cpp +compile libs/graph/example/property-map-traits-eg.cpp +compile libs/graph/example/property_iterator.cpp +compile libs/graph/example/push-relabel-eg.cpp +compile libs/graph/example/put-get-helper-eg.cpp +compile libs/graph/example/quick-tour.cpp +compile libs/graph/example/quick_tour.cpp +compile libs/graph/example/reachable-loop-head.cpp +compile libs/graph/example/reachable-loop-tail.cpp +compile libs/graph/example/remove_edge_if_bidir.cpp +compile libs/graph/example/remove_edge_if_dir.cpp +compile libs/graph/example/remove_edge_if_undir.cpp +compile libs/graph/example/reverse-graph-eg.cpp +compile libs/graph/example/scc.cpp +compile libs/graph/example/strong-components.cpp +compile libs/graph/example/strong_components.cpp +compile libs/graph/example/subgraph.cpp +compile libs/graph/example/topo-sort-file-dep.cpp +compile libs/graph/example/topo-sort-file-dep2.cpp +compile libs/graph/example/topo-sort1.cpp +compile libs/graph/example/topo-sort2.cpp +compile libs/graph/example/topo_sort.cpp +compile libs/graph/example/transitive_closure.cpp +compile libs/graph/example/transpose-example.cpp +compile libs/graph/example/undirected.cpp +compile libs/graph/example/vector-as-graph.cpp +compile libs/graph/example/vertex-name-property.cpp +compile libs/graph/example/vertex_basics.cpp +compile libs/graph/example/visitor.cpp + |