Changeset 2197:921923afd57a in lemon-0.x for test/Makefile.am
- Timestamp:
- 09/06/06 10:36:52 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2922
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r2144 r2197 29 29 test/max_matching_test \ 30 30 test/min_cost_flow_test \ 31 test/mip_test \32 31 test/path_test \ 33 32 test/polynomial_test \ … … 45 44 46 45 if HAVE_GLPK 47 check_PROGRAMS += test/lp_test 46 check_PROGRAMS += test/lp_test test/mip_test 48 47 else !HAVE_GLPK 49 48 if HAVE_CPLEX 50 check_PROGRAMS += test/lp_test 49 check_PROGRAMS += test/lp_test test/mip_test 51 50 endif HAVE_CPLEX 52 51 endif !HAVE_GLPK … … 72 71 test_max_matching_test_SOURCES = test/max_matching_test.cc 73 72 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc 74 test_mip_test_SOURCES = test/mip_test.cc75 73 test_path_test_SOURCES = test/path_test.cc 76 74 test_polynomial_test_SOURCES = test/polynomial_test.cc … … 89 87 test_lp_test_SOURCES = test/lp_test.cc 90 88 test_lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) 89 test_mip_test_SOURCES = test/mip_test.cc 90 test_mip_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.