equal
deleted
inserted
replaced
22 preflow_test \ |
22 preflow_test \ |
23 test_tools_fail \ |
23 test_tools_fail \ |
24 test_tools_pass \ |
24 test_tools_pass \ |
25 time_measure_test \ |
25 time_measure_test \ |
26 unionfind_test \ |
26 unionfind_test \ |
|
27 undir_graph_test \ |
27 xy_test |
28 xy_test |
28 |
29 |
29 TESTS = $(check_PROGRAMS) |
30 TESTS = $(check_PROGRAMS) |
30 XFAIL_TESTS = test_tools_fail |
31 XFAIL_TESTS = test_tools_fail |
31 |
32 |
43 time_measure_test_SOURCES = time_measure_test.cc |
44 time_measure_test_SOURCES = time_measure_test.cc |
44 test_tools_fail_SOURCES = test_tools_fail.cc |
45 test_tools_fail_SOURCES = test_tools_fail.cc |
45 test_tools_pass_SOURCES = test_tools_pass.cc |
46 test_tools_pass_SOURCES = test_tools_pass.cc |
46 unionfind_test_SOURCES = unionfind_test.cc |
47 unionfind_test_SOURCES = unionfind_test.cc |
47 xy_test_SOURCES = xy_test.cc |
48 xy_test_SOURCES = xy_test.cc |
|
49 undir_graph_test_SOURCES = undir_graph_test.cc |
48 |
50 |