Changes in test/Makefile.am [465:2b5496c62ccd:467:a1155a9e8e09] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r465 r467 34 34 test/unionfind_test 35 35 36 if HAVE_LP 37 check_PROGRAMS += test/lp_test 38 endif HAVE_LP 39 if HAVE_MIP 40 check_PROGRAMS += test/mip_test 41 endif HAVE_MIP 42 36 43 TESTS += $(check_PROGRAMS) 37 44 XFAIL_TESTS += test/test_tools_fail$(EXEEXT) … … 52 59 test_kruskal_test_SOURCES = test/kruskal_test.cc 53 60 test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc 61 test_lp_test_SOURCES = test/lp_test.cc 54 62 test_maps_test_SOURCES = test/maps_test.cc 63 test_mip_test_SOURCES = test/mip_test.cc 55 64 test_max_matching_test_SOURCES = test/max_matching_test.cc 56 65 test_path_test_SOURCES = test/path_test.cc
Note: See TracChangeset
for help on using the changeset viewer.