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