test/Makefile.am
changeset 2363 2aabce558574
parent 2290 f30867b359a8
child 2483 bf6d7b624d5c
     1.1 --- a/test/Makefile.am	Thu Feb 15 13:06:23 2007 +0000
     1.2 +++ b/test/Makefile.am	Thu Feb 15 14:22:08 2007 +0000
     1.3 @@ -49,7 +49,11 @@
     1.4  else !HAVE_GLPK
     1.5  if HAVE_CPLEX
     1.6  check_PROGRAMS += test/lp_test test/mip_test
     1.7 -endif HAVE_CPLEX
     1.8 +else !HAVE_CPLEX
     1.9 +if HAVE_SOPLEX
    1.10 +check_PROGRAMS += test/lp_test
    1.11 +endif HAVE_SOPLEX
    1.12 +endif !HAVE_CPLEX
    1.13  endif !HAVE_GLPK
    1.14  
    1.15  TESTS += $(check_PROGRAMS)
    1.16 @@ -89,6 +93,6 @@
    1.17  test_unionfind_test_SOURCES = test/unionfind_test.cc
    1.18  
    1.19  test_lp_test_SOURCES = test/lp_test.cc
    1.20 -test_lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    1.21 +test_lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
    1.22  test_mip_test_SOURCES = test/mip_test.cc
    1.23 -test_mip_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    1.24 \ No newline at end of file
    1.25 +test_mip_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
    1.26 \ No newline at end of file