new lists

[SVN r11558]
This commit is contained in:
Jeremy Siek 2001-11-04 03:21:28 +00:00
parent d65232abaa
commit 561ac6b939
3 changed files with 20 additions and 6 deletions

View 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

View File

@ -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

View 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