2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-12 12:12:11 +00:00
Files
graph/test/regression.cfg
Jeremy Siek 646965f4ca few edits
[SVN r9361]
2001-02-28 04:20:20 +00:00

19 lines
694 B
INI

// Boost Graph Library regression test configuration file
//
// From the boost/status directory, run
// ./regressions --tests ../libs/graph/test/regression.cfg -o graph.html
//
// Please keep the entries ordered alphabetically by the test's file name.
run libs/graph/test/adj_list_test.cpp
run libs/graph/test/bfs.cpp
run libs/graph/test/dfs.cpp
compile libs/graph/test/adj_list_cc.cpp
compile libs/graph/test/graph_concepts.cpp
compile libs/graph/test/edge_list_cc.cpp
compile libs/graph/test/reverse_graph_cc.cpp
compile libs/graph/test/adj_matrix_cc.cpp
compile libs/graph/test/filtered_graph_cc.cpp
compile libs/graph/test/stanford_graph_cc.cpp
compile libs/graph/test/vector_graph_cc.cpp