test/Makefile.am
changeset 1909 2d806130e700
parent 1901 723b2b81d900
child 1921 fb4a2a84d363
     1.1 --- a/test/Makefile.am	Thu Jan 26 06:44:22 2006 +0000
     1.2 +++ b/test/Makefile.am	Thu Jan 26 15:42:13 2006 +0000
     1.3 @@ -33,7 +33,7 @@
     1.4  	test_tools_pass \
     1.5  	time_measure_test \
     1.6  	unionfind_test \
     1.7 -	undir_graph_test \
     1.8 +	ugraph_test \
     1.9  	xy_test \
    1.10  	heap_test
    1.11  
    1.12 @@ -70,7 +70,7 @@
    1.13  test_tools_pass_SOURCES = test_tools_pass.cc
    1.14  unionfind_test_SOURCES = unionfind_test.cc
    1.15  xy_test_SOURCES = xy_test.cc
    1.16 -undir_graph_test_SOURCES = undir_graph_test.cc
    1.17 +ugraph_test_SOURCES = ugraph_test.cc
    1.18  heap_test_SOURCES = heap_test.cc
    1.19  
    1.20  lp_test_SOURCES = lp_test.cc