Changes in / [700:6f7c1052d260:695:8dae88c5943e] in lemon-main
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r700 r686 58 58 lemon/arg_parser.h \ 59 59 lemon/assert.h \ 60 lemon/bellman_ford.h \61 60 lemon/bfs.h \ 62 61 lemon/bin_heap.h \ -
test/CMakeLists.txt
r698 r679 10 10 SET(TESTS 11 11 adaptors_test 12 bellman_ford_test13 12 bfs_test 14 13 circulation_test -
test/Makefile.am
r698 r649 8 8 check_PROGRAMS += \ 9 9 test/adaptors_test \ 10 test/bellman_ford_test \11 10 test/bfs_test \ 12 11 test/circulation_test \ … … 54 53 55 54 test_adaptors_test_SOURCES = test/adaptors_test.cc 56 test_bellman_ford_test_SOURCES = test/bellman_ford_test.cc57 55 test_bfs_test_SOURCES = test/bfs_test.cc 58 56 test_circulation_test_SOURCES = test/circulation_test.cc
Note: See TracChangeset
for help on using the changeset viewer.