Changeset 861:30cb42e3e43a in lemon for test
- Timestamp:
 - 09/09/09 15:32:03 (16 years ago)
 - Branch:
 - default
 - Phase:
 - public
 - Location:
 - test
 - Files:
 - 
          
- 1 added
 - 2 edited
 
- 
          CMakeLists.txt (modified) (1 diff)
 - 
          Makefile.am (modified) (2 diffs)
 - 
          planarity_test.cc (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
test/CMakeLists.txt
r745 r861 34 34 min_cost_flow_test 35 35 path_test 36 planarity_test 36 37 preflow_test 37 38 radix_sort_test  - 
        
test/Makefile.am
r745 r861 32 32 test/min_cost_flow_test \ 33 33 test/path_test \ 34 test/planarity_test \ 34 35 test/preflow_test \ 35 36 test/radix_sort_test \ … … 80 81 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc 81 82 test_path_test_SOURCES = test/path_test.cc 83 test_planarity_test_SOURCES = test/planarity_test.cc 82 84 test_preflow_test_SOURCES = test/preflow_test.cc 83 85 test_radix_sort_test_SOURCES = test/radix_sort_test.cc  
Note: See TracChangeset
          for help on using the changeset viewer.
      
