Changes in test/Makefile.am [904:c279b19abc62:913:5087694945e4] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r904 r913 38 38 test/min_cost_flow_test \ 39 39 test/min_mean_cycle_test \ 40 test/nagamochi_ibaraki_test \ 40 41 test/path_test \ 41 42 test/planarity_test \ … … 90 91 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc 91 92 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc 93 test_nagamochi_ibaraki_test_SOURCES = test/nagamochi_ibaraki_test.cc 92 94 test_path_test_SOURCES = test/path_test.cc 93 95 test_planarity_test_SOURCES = test/planarity_test.cc
Note: See TracChangeset
for help on using the changeset viewer.