diff --git a/example/leda-regression.cfg b/example/leda-regression.cfg new file mode 100644 index 00000000..5009fc4d --- /dev/null +++ b/example/leda-regression.cfg @@ -0,0 +1,10 @@ +// Boost Graph Library LEDA examples regression test configuration file +// +// From the boost/status directory, run +// ./regression --tests ../libs/graph/example/leda-regression.cfg -o graph-leda-eg.html +// +// Please keep the entries ordered alphabetically by the test's file name. + +compile libs/graph/example/leda-concept-check.cpp +compile libs/graph/example/leda-graph-eg.cpp +compile libs/graph/example/topo-sort-with-leda.cpp diff --git a/example/regression.cfg b/example/regression.cfg index 9dfe5f59..525159d8 100644 --- a/example/regression.cfg +++ b/example/regression.cfg @@ -52,7 +52,6 @@ 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/girth.cpp compile libs/graph/example/graph-assoc-types.cpp compile libs/graph/example/graph-property-iter-eg.cpp compile libs/graph/example/graph.cpp @@ -69,11 +68,8 @@ 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/leda-concept-check.cpp -compile libs/graph/example/leda-graph-eg.cpp compile libs/graph/example/loops_dfs.cpp compile libs/graph/example/max_flow.cpp -compile libs/graph/example/miles_span.cpp compile libs/graph/example/min_max_paths.cpp compile libs/graph/example/minimum_degree_ordering.cpp compile libs/graph/example/modify_graph.cpp @@ -106,8 +102,6 @@ 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-sort-with-leda.cpp -compile libs/graph/example/topo-sort-with-sgb.cpp compile libs/graph/example/topo-sort1.cpp compile libs/graph/example/topo-sort2.cpp compile libs/graph/example/topo_sort.cpp diff --git a/example/sgb-regression.cfg b/example/sgb-regression.cfg new file mode 100644 index 00000000..4d2dbc4d --- /dev/null +++ b/example/sgb-regression.cfg @@ -0,0 +1,10 @@ +// Boost Graph Library LEDA examples regression test configuration file +// +// From the boost/status directory, run +// ./regression --tests ../libs/graph/example/sgb-regression.cfg -o graph-sgb-eg.html +// +// Please keep the entries ordered alphabetically by the test's file name. + +compile libs/graph/example/girth.cpp +compile libs/graph/example/miles_span.cpp +compile libs/graph/example/topo-sort-with-sgb.cpp