Changes in / [106:9ba2d265e191:104:cdbba181b786] in lemon-main
- Files:
-
- 4 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r106 r101 24 24 lemon/dim2.h \ 25 25 lemon/error.h \ 26 lemon/graph_utils.h \ 27 lemon/kruskal.h \ 26 lemon/graph_utils.h \ 28 27 lemon/list_graph.h \ 29 28 lemon/maps.h \ … … 31 30 lemon/path.h \ 32 31 lemon/random.h \ 33 lemon/tolerance.h \ 34 lemon/unionfind.h 32 lemon/tolerance.h 35 33 36 34 bits_HEADERS += \ -
test/Makefile.am
r106 r100 14 14 test/dim_test \ 15 15 test/graph_test \ 16 test/kruskal_test \17 16 test/maps_test \ 18 17 test/random_test \ 19 18 test/path_test \ 20 19 test/test_tools_fail \ 21 test/test_tools_pass \ 22 test/unionfind_test 20 test/test_tools_pass 23 21 24 22 TESTS += $(check_PROGRAMS) … … 32 30 test_graph_test_SOURCES = test/graph_test.cc 33 31 # test_heap_test_SOURCES = test/heap_test.cc 34 test_kruskal_test_SOURCES = test/kruskal_test.cc35 32 test_maps_test_SOURCES = test/maps_test.cc 36 33 test_path_test_SOURCES = test/path_test.cc … … 38 35 test_test_tools_fail_SOURCES = test/test_tools_fail.cc 39 36 test_test_tools_pass_SOURCES = test/test_tools_pass.cc 40 test_unionfind_test_SOURCES = test/unionfind_test.cc
Note: See TracChangeset
for help on using the changeset viewer.