Changes in / [440:88ed40ad0d4f:445:75a5df083951] in lemon-main
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r440 r445 48 48 lemon/path.h \ 49 49 lemon/preflow.h \ 50 lemon/radix_sort.h \ 50 51 lemon/random.h \ 51 52 lemon/smart_graph.h \ -
test/CMakeLists.txt
r424 r445 21 21 maps_test 22 22 max_matching_test 23 radix_sort_test 23 24 path_test 24 25 preflow_test -
test/Makefile.am
r440 r445 26 26 test/path_test \ 27 27 test/preflow_test \ 28 test/radix_sort_test \ 28 29 test/random_test \ 29 30 test/suurballe_test \ … … 55 56 test_path_test_SOURCES = test/path_test.cc 56 57 test_preflow_test_SOURCES = test/preflow_test.cc 58 test_radix_sort_test_SOURCES = test/radix_sort_test.cc 57 59 test_suurballe_test_SOURCES = test/suurballe_test.cc 58 60 test_random_test_SOURCES = test/random_test.cc
Note: See TracChangeset
for help on using the changeset viewer.