equal
deleted
inserted
replaced
31 radix_sort_test \ |
31 radix_sort_test \ |
32 test_tools_fail \ |
32 test_tools_fail \ |
33 test_tools_pass \ |
33 test_tools_pass \ |
34 time_measure_test \ |
34 time_measure_test \ |
35 unionfind_test \ |
35 unionfind_test \ |
36 undir_graph_test \ |
36 ugraph_test \ |
37 xy_test \ |
37 xy_test \ |
38 heap_test |
38 heap_test |
39 |
39 |
40 if HAVE_GLPK |
40 if HAVE_GLPK |
41 check_PROGRAMS += lp_test |
41 check_PROGRAMS += lp_test |
68 time_measure_test_SOURCES = time_measure_test.cc |
68 time_measure_test_SOURCES = time_measure_test.cc |
69 test_tools_fail_SOURCES = test_tools_fail.cc |
69 test_tools_fail_SOURCES = test_tools_fail.cc |
70 test_tools_pass_SOURCES = test_tools_pass.cc |
70 test_tools_pass_SOURCES = test_tools_pass.cc |
71 unionfind_test_SOURCES = unionfind_test.cc |
71 unionfind_test_SOURCES = unionfind_test.cc |
72 xy_test_SOURCES = xy_test.cc |
72 xy_test_SOURCES = xy_test.cc |
73 undir_graph_test_SOURCES = undir_graph_test.cc |
73 ugraph_test_SOURCES = ugraph_test.cc |
74 heap_test_SOURCES = heap_test.cc |
74 heap_test_SOURCES = heap_test.cc |
75 |
75 |
76 lp_test_SOURCES = lp_test.cc |
76 lp_test_SOURCES = lp_test.cc |
77 lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) |
77 lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) |