Changeset 458:7afc121e0689 in lemon-main for test
- Timestamp:
- 12/02/08 21:40:33 (16 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/CMakeLists.txt
r445 r458 19 19 heap_test 20 20 kruskal_test 21 lp_test 22 mip_test 21 23 maps_test 22 24 max_matching_test -
test/Makefile.am
r445 r458 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.