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