Changeset 414:05357da973ce in lemon-main
- Timestamp:
- 11/30/08 18:57:18 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r395 r414 59 59 lemon/bits/default_map.h \ 60 60 lemon/bits/enable_if.h \ 61 lemon/bits/graph_adaptor_extender.h \ 61 62 lemon/bits/graph_extender.h \ 62 63 lemon/bits/map_extender.h \ 63 64 lemon/bits/path_dump.h \ 64 65 lemon/bits/traits.h \ 66 lemon/bits/variant.h \ 65 67 lemon/bits/vector_map.h 66 68 -
test/Makefile.am
r389 r414 16 16 test/dim_test \ 17 17 test/error_test \ 18 test/graph_adaptor_test \ 18 19 test/graph_copy_test \ 19 20 test/graph_test \ … … 42 43 test_dim_test_SOURCES = test/dim_test.cc 43 44 test_error_test_SOURCES = test/error_test.cc 45 test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc 44 46 test_graph_copy_test_SOURCES = test/graph_copy_test.cc 45 47 test_graph_test_SOURCES = test/graph_test.cc
Note: See TracChangeset
for help on using the changeset viewer.