Changeset 501:7f8560cb9d65 in lemon-main for test
- Timestamp:
 - 12/02/08 23:33:47 (17 years ago)
 - Branch:
 - default
 - Phase:
 - public
 - Location:
 - test
 - Files:
 - 
          
- 1 added
 - 2 edited
 
- 
          CMakeLists.txt (modified) (1 diff)
 - 
          Makefile.am (modified) (2 diffs)
 - 
          min_cost_arborescence_test.cc (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
test/CMakeLists.txt
r410 r501 19 19 maps_test 20 20 max_matching_test 21 min_cost_arborescence_test 21 22 random_test 22 23 path_test  - 
        
test/Makefile.am
r418 r501 26 26 test/maps_test \ 27 27 test/max_matching_test \ 28 test/min_cost_arborescence_test \ 28 29 test/random_test \ 29 30 test/path_test \ … … 55 56 test_maps_test_SOURCES = test/maps_test.cc 56 57 test_max_matching_test_SOURCES = test/max_matching_test.cc 58 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc 57 59 test_path_test_SOURCES = test/path_test.cc 58 60 test_preflow_test_SOURCES = test/preflow_test.cc  
Note: See TracChangeset
          for help on using the changeset viewer.
      
