Rev | Line | |
---|
[12] | 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 | |
---|
| 8 | run libs/graph/test/graph.cpp |
---|
| 9 | compile libs/graph/test/dijkstra_cc.cpp |
---|
| 10 | compile libs/graph/test/adj_list_cc.cpp |
---|
| 11 | compile libs/graph/test/bfs_cc.cpp |
---|
| 12 | compile libs/graph/test/dfs_cc.cpp |
---|
| 13 | compile libs/graph/test/graph_concepts.cpp |
---|
| 14 | compile libs/graph/test/edge_list_cc.cpp |
---|
| 15 | compile libs/graph/test/reverse_graph_cc.cpp |
---|
| 16 | compile libs/graph/test/adj_matrix_cc.cpp |
---|
| 17 | compile libs/graph/test/filtered_graph_cc.cpp |
---|
| 18 | compile libs/graph/test/stanford_graph_cc.cpp |
---|
| 19 | compile libs/graph/test/vector_graph_cc.cpp |
---|
| 20 | run libs/graph/test/adj_list_test.cpp |
---|
| 21 | run libs/graph/test/bfs.cpp |
---|
| 22 | run libs/graph/test/dfs.cpp |
---|
Note: See
TracBrowser
for help on using the repository browser.