changeset 940 | 50a153b08f07 |
parent 937 | d4e911acef3d |
child 946 | c94ef40a22ce |
23:9d5733a7f633 | 24:54022d41642f |
---|---|
1 AM_CPPFLAGS = -I$(top_srcdir)/src |
1 AM_CPPFLAGS = -I$(top_srcdir)/src |
2 |
2 |
3 EXTRA_DIST = preflow_graph.dim #input file for preflow_test.cc |
3 EXTRA_DIST = preflow_graph.dim #input file for preflow_test.cc |
4 |
4 |
5 noinst_HEADERS = test_tools.h graph_test.h |
5 noinst_HEADERS = test_tools.h graph_test.h sym_graph_test.h |
6 |
6 |
7 check_PROGRAMS = \ |
7 check_PROGRAMS = \ |
8 bfs_test \ |
8 bfs_test \ |
9 dfs_test \ |
9 dfs_test \ |
10 dijkstra_test \ |
10 dijkstra_test \ |