test/Makefile.am
branchlemon-1.0
changeset 2658 ecd07e5330b0
parent 2652 6c02e1ecaa84
     1.1 --- a/test/Makefile.am	Wed Aug 16 14:24:20 2006 +0000
     1.2 +++ b/test/Makefile.am	Fri Sep 15 12:23:16 2006 +0000
     1.3 @@ -18,6 +18,7 @@
     1.4  ##	test/counter_test \
     1.5  ##	test/dfs_test \
     1.6  ##	test/dijkstra_test \
     1.7 +	test/dim_test
     1.8  ##	test/edge_set_test \
     1.9  ##	test/graph_adaptor_test \
    1.10  ##	test/graph_test \
    1.11 @@ -39,8 +40,7 @@
    1.12  ##	test/test_tools_pass \
    1.13  ##	test/time_measure_test \
    1.14  ##	test/ugraph_test \
    1.15 -##	test/unionfind_test \
    1.16 -##	test/xy_test
    1.17 +##	test/unionfind_test
    1.18  
    1.19  if HAVE_GLPK
    1.20  ##check_PROGRAMS += test/lp_test
    1.21 @@ -60,6 +60,7 @@
    1.22  ##test_counter_test_SOURCES = test/counter_test.cc
    1.23  ##test_dfs_test_SOURCES = test/dfs_test.cc
    1.24  ##test_dijkstra_test_SOURCES = test/dijkstra_test.cc
    1.25 +test_dim_test_SOURCES = test/dim_test.cc
    1.26  ##test_edge_set_test_SOURCES = test/edge_set_test.cc
    1.27  ##test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc
    1.28  ##test_graph_test_SOURCES = test/graph_test.cc
    1.29 @@ -82,7 +83,6 @@
    1.30  ##test_time_measure_test_SOURCES = test/time_measure_test.cc
    1.31  ##test_ugraph_test_SOURCES = test/ugraph_test.cc
    1.32  ##test_unionfind_test_SOURCES = test/unionfind_test.cc
    1.33 -##test_xy_test_SOURCES = test/xy_test.cc
    1.34  
    1.35  ##test_lp_test_SOURCES = test/lp_test.cc
    1.36  ##test_lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)