Changes in / [589:fc6c7aab4b8d:594:d59dcc933e59] in lemon
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r575 r592 69 69 lemon/full_graph.h \ 70 70 lemon/glpk.h \ 71 lemon/gomory_hu.h \ 71 72 lemon/graph_to_eps.h \ 72 73 lemon/grid_graph.h \ -
test/CMakeLists.txt
r575 r590 22 22 error_test 23 23 euler_test 24 gomory_hu_test 24 25 graph_copy_test 25 26 graph_test -
test/Makefile.am
r575 r590 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.