1// Boost Graph Library regression test configuration file
2//
3// From the boost/status directory, run
4// ./regression --tests ../libs/graph/test/regression.cfg -o graph.html
5//
6// Please keep the entries ordered alphabetically by the test's file name.
7
8run libs/graph/test/graph.cpp
9compile libs/graph/test/dijkstra_cc.cpp
10compile libs/graph/test/adj_list_cc.cpp
11compile libs/graph/test/bfs_cc.cpp
12compile libs/graph/test/dfs_cc.cpp
13compile libs/graph/test/graph_concepts.cpp
14compile libs/graph/test/edge_list_cc.cpp
15compile libs/graph/test/reverse_graph_cc.cpp
16compile libs/graph/test/adj_matrix_cc.cpp
17compile libs/graph/test/filtered_graph_cc.cpp
18compile libs/graph/test/stanford_graph_cc.cpp
19compile libs/graph/test/vector_graph_cc.cpp
20run libs/graph/test/adj_list_test.cpp
21run libs/graph/test/bfs.cpp
22run libs/graph/test/dfs.cpp
23