test/Makefile.am
changeset 1921 fb4a2a84d363
parent 1909 2d806130e700
child 1962 c1c3a0fae8a1
     1.1 --- a/test/Makefile.am	Sun Jan 29 22:07:52 2006 +0000
     1.2 +++ b/test/Makefile.am	Sun Jan 29 22:10:06 2006 +0000
     1.3 @@ -35,7 +35,8 @@
     1.4  	unionfind_test \
     1.5  	ugraph_test \
     1.6  	xy_test \
     1.7 -	heap_test
     1.8 +	heap_test \
     1.9 +	simann_test
    1.10  
    1.11  if HAVE_GLPK
    1.12  check_PROGRAMS += lp_test
    1.13 @@ -72,6 +73,7 @@
    1.14  xy_test_SOURCES = xy_test.cc
    1.15  ugraph_test_SOURCES = ugraph_test.cc
    1.16  heap_test_SOURCES = heap_test.cc
    1.17 +simann_test_SOURCES = simann_test.cc
    1.18  
    1.19  lp_test_SOURCES = lp_test.cc
    1.20  lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)