Changes in / [122:35840c5aa696:118:407c08a0eae9] in lemon-1.0
- Files:
-
- 4 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r119 r109 21 21 lemon/bfs.h \ 22 22 lemon/bin_heap.h \ 23 lemon/counter.h \24 23 lemon/dfs.h \ 25 24 lemon/dijkstra.h \ … … 34 33 lemon/random.h \ 35 34 lemon/smart_graph.h \ 36 lemon/time_measure.h \37 35 lemon/tolerance.h \ 38 36 lemon/unionfind.h -
test/Makefile.am
r119 r108 10 10 check_PROGRAMS += \ 11 11 test/bfs_test \ 12 test/counter_test \13 12 test/dfs_test \ 14 13 test/digraph_test \ … … 22 21 test/test_tools_fail \ 23 22 test/test_tools_pass \ 24 test/time_measure_test \25 23 test/unionfind_test 26 24 … … 29 27 30 28 test_bfs_test_SOURCES = test/bfs_test.cc 31 test_counter_test_SOURCES = test/counter_test.cc32 29 test_dfs_test_SOURCES = test/dfs_test.cc 33 30 test_digraph_test_SOURCES = test/digraph_test.cc … … 42 39 test_test_tools_fail_SOURCES = test/test_tools_fail.cc 43 40 test_test_tools_pass_SOURCES = test/test_tools_pass.cc 44 test_time_measure_test_SOURCES = test/time_measure_test.cc45 41 test_unionfind_test_SOURCES = test/unionfind_test.cc
Note: See TracChangeset
for help on using the changeset viewer.