Changes in / [796:9cc6e98c487d:799:6be1f9bd2ac0] in lemon-main
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r780 r799 108 108 lemon/pairing_heap.h \ 109 109 lemon/path.h \ 110 lemon/planarity.h \ 110 111 lemon/preflow.h \ 111 112 lemon/radix_heap.h \ -
test/CMakeLists.txt
r770 r799 35 35 min_mean_cycle_test 36 36 path_test 37 planarity_test 37 38 preflow_test 38 39 radix_sort_test -
test/Makefile.am
r793 r799 37 37 test/min_mean_cycle_test \ 38 38 test/path_test \ 39 test/planarity_test \ 39 40 test/preflow_test \ 40 41 test/radix_sort_test \ … … 86 87 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc 87 88 test_path_test_SOURCES = test/path_test.cc 89 test_planarity_test_SOURCES = test/planarity_test.cc 88 90 test_preflow_test_SOURCES = test/preflow_test.cc 89 91 test_radix_sort_test_SOURCES = test/radix_sort_test.cc
Note: See TracChangeset
for help on using the changeset viewer.