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