Changes in test/Makefile.am [799:6be1f9bd2ac0:874:d8ea85825e02] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r799 r874 24 24 test/error_test \ 25 25 test/euler_test \ 26 test/fractional_matching_test \ 26 27 test/gomory_hu_test \ 27 28 test/graph_copy_test \ … … 72 73 test_error_test_SOURCES = test/error_test.cc 73 74 test_euler_test_SOURCES = test/euler_test.cc 75 test_fractional_matching_test_SOURCES = test/fractional_matching_test.cc 74 76 test_gomory_hu_test_SOURCES = test/gomory_hu_test.cc 75 77 test_graph_copy_test_SOURCES = test/graph_copy_test.cc
Note: See TracChangeset
for help on using the changeset viewer.