Changeset 96:b55e501a90ee in lemon-main
- Timestamp:
- 01/24/08 12:31:19 (17 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r58 r96 18 18 lemon/dim2.h \ 19 19 lemon/maps.h \ 20 lemon/path.h \ 21 lemon/path_utils.h \ 20 22 lemon/random.h \ 21 23 lemon/list_graph.h \ … … 39 41 lemon/concepts/graph.h \ 40 42 lemon/concepts/maps.h \ 43 lemon/concepts/path.h \ 41 44 lemon/concepts/graph_components.h -
test/Makefile.am
r58 r96 12 12 test/graph_test \ 13 13 test/random_test \ 14 test/path_test \ 14 15 test/test_tools_fail \ 15 16 test/test_tools_pass … … 21 22 test_dim_test_SOURCES = test/dim_test.cc 22 23 test_graph_test_SOURCES = test/graph_test.cc 24 test_path_test_SOURCES = test/path_test.cc 23 25 test_random_test_SOURCES = test/random_test.cc 24 26 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset
for help on using the changeset viewer.