test/Makefile.am
changeset 1945 e5c0c5cc477f
parent 1909 2d806130e700
child 1962 c1c3a0fae8a1
equal deleted inserted replaced
7:a14b280e69cd 8:fa542b4f7614
    33 	test_tools_pass \
    33 	test_tools_pass \
    34 	time_measure_test \
    34 	time_measure_test \
    35 	unionfind_test \
    35 	unionfind_test \
    36 	ugraph_test \
    36 	ugraph_test \
    37 	xy_test \
    37 	xy_test \
    38 	heap_test
    38 	heap_test \
       
    39 	simann_test
    39 
    40 
    40 if HAVE_GLPK
    41 if HAVE_GLPK
    41 check_PROGRAMS += lp_test
    42 check_PROGRAMS += lp_test
    42 else !HAVE_GLPK
    43 else !HAVE_GLPK
    43 if HAVE_CPLEX
    44 if HAVE_CPLEX
    70 test_tools_pass_SOURCES = test_tools_pass.cc
    71 test_tools_pass_SOURCES = test_tools_pass.cc
    71 unionfind_test_SOURCES = unionfind_test.cc
    72 unionfind_test_SOURCES = unionfind_test.cc
    72 xy_test_SOURCES = xy_test.cc
    73 xy_test_SOURCES = xy_test.cc
    73 ugraph_test_SOURCES = ugraph_test.cc
    74 ugraph_test_SOURCES = ugraph_test.cc
    74 heap_test_SOURCES = heap_test.cc
    75 heap_test_SOURCES = heap_test.cc
       
    76 simann_test_SOURCES = simann_test.cc
    75 
    77 
    76 lp_test_SOURCES = lp_test.cc
    78 lp_test_SOURCES = lp_test.cc
    77 lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    79 lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)