Changeset 543:924887566bf2 in lemon-main
- Timestamp:
- 02/20/09 17:17:17 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r528 r543 69 69 lemon/full_graph.h \ 70 70 lemon/glpk.h \ 71 lemon/gomory_hu_tree.h \ 71 72 lemon/graph_to_eps.h \ 72 73 lemon/grid_graph.h \ -
test/CMakeLists.txt
r528 r543 22 22 error_test 23 23 euler_test 24 gomory_hu_test 24 25 graph_copy_test 25 26 graph_test -
test/Makefile.am
r528 r543 18 18 test/error_test \ 19 19 test/euler_test \ 20 test/gomory_hu_test \ 20 21 test/graph_copy_test \ 21 22 test/graph_test \ … … 58 59 test_error_test_SOURCES = test/error_test.cc 59 60 test_euler_test_SOURCES = test/euler_test.cc 61 test_gomory_hu_test_SOURCES = test/gomory_hu_test.cc 60 62 test_graph_copy_test_SOURCES = test/graph_copy_test.cc 61 63 test_graph_test_SOURCES = test/graph_test.cc
Note: See TracChangeset
for help on using the changeset viewer.