Changes in / [67:9de02aa380de:99:dbaa96cc1013] in lemon-main
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r67 r99 21 21 lemon/list_graph.h \ 22 22 lemon/maps.h \ 23 lemon/path.h \ 23 24 lemon/random.h \ 24 25 lemon/tolerance.h … … 41 42 lemon/concepts/graph.h \ 42 43 lemon/concepts/maps.h \ 44 lemon/concepts/path.h \ 43 45 lemon/concepts/graph_components.h -
test/Makefile.am
r67 r99 13 13 test/maps_test \ 14 14 test/random_test \ 15 test/path_test \ 15 16 test/test_tools_fail \ 16 17 test/test_tools_pass … … 24 25 test_graph_test_SOURCES = test/graph_test.cc 25 26 test_maps_test_SOURCES = test/maps_test.cc 27 test_path_test_SOURCES = test/path_test.cc 26 28 test_random_test_SOURCES = test/random_test.cc 27 29 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset
for help on using the changeset viewer.