mirror of
https://github.com/boostorg/graph.git
synced 2025-05-09 23:14:00 +00:00
new lists
[SVN r11558]
This commit is contained in:
parent
d65232abaa
commit
561ac6b939
10
example/leda-regression.cfg
Normal file
10
example/leda-regression.cfg
Normal file
@ -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
|
@ -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
|
||||
|
10
example/sgb-regression.cfg
Normal file
10
example/sgb-regression.cfg
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user