Changes in / [398:532f34ea9cf3:404:59d3aa4f921f] in lemon-main
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r395 r404 21 21 lemon/bfs.h \ 22 22 lemon/bin_heap.h \ 23 lemon/circulation.h \ 23 24 lemon/color.h \ 24 25 lemon/concept_check.h \ -
test/Makefile.am
r389 r404 10 10 check_PROGRAMS += \ 11 11 test/bfs_test \ 12 test/circulation_test \ 12 13 test/counter_test \ 13 14 test/dfs_test \ … … 36 37 37 38 test_bfs_test_SOURCES = test/bfs_test.cc 39 test_circulation_test_SOURCES = test/circulation_test.cc 38 40 test_counter_test_SOURCES = test/counter_test.cc 39 41 test_dfs_test_SOURCES = test/dfs_test.cc
Note: See TracChangeset
for help on using the changeset viewer.