diff -r eb37b9774ef6 -r 2aabce558574 test/Makefile.am --- a/test/Makefile.am Thu Feb 15 13:06:23 2007 +0000 +++ b/test/Makefile.am Thu Feb 15 14:22:08 2007 +0000 @@ -49,7 +49,11 @@ else !HAVE_GLPK if HAVE_CPLEX check_PROGRAMS += test/lp_test test/mip_test -endif HAVE_CPLEX +else !HAVE_CPLEX +if HAVE_SOPLEX +check_PROGRAMS += test/lp_test +endif HAVE_SOPLEX +endif !HAVE_CPLEX endif !HAVE_GLPK TESTS += $(check_PROGRAMS) @@ -89,6 +93,6 @@ test_unionfind_test_SOURCES = test/unionfind_test.cc test_lp_test_SOURCES = test/lp_test.cc -test_lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) +test_lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) test_mip_test_SOURCES = test/mip_test.cc -test_mip_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) \ No newline at end of file +test_mip_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) \ No newline at end of file