Changeset 434:ad483acf1654 in lemon for test
- Timestamp:
- 12/02/08 16:33:22 (16 years ago)
- Branch:
- default
- Children:
- 435:9afe81e4c543, 437:6a2a33ad261b, 451:09e416d35896, 469:d369e885d196, 522:7f8560cb9d65
- Parents:
- 429:d8b87e9b90c3 (diff), 433:6ff53afe98b5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r426 r434 17 17 test/dim_test \ 18 18 test/error_test \ 19 test/graph_adaptor_test \ 19 20 test/graph_copy_test \ 20 21 test/graph_test \ … … 45 46 test_dim_test_SOURCES = test/dim_test.cc 46 47 test_error_test_SOURCES = test/error_test.cc 48 test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc 47 49 test_graph_copy_test_SOURCES = test/graph_copy_test.cc 48 50 test_graph_test_SOURCES = test/graph_test.cc -
test/Makefile.am
r430 r434 10 10 check_PROGRAMS += \ 11 11 test/bfs_test \ 12 test/circulation_test \ 12 13 test/counter_test \ 13 14 test/dfs_test \ … … 22 23 test/heap_test \ 23 24 test/kruskal_test \ 25 test/hao_orlin_test \ 24 26 test/maps_test \ 25 27 test/max_matching_test \ … … 37 39 38 40 test_bfs_test_SOURCES = test/bfs_test.cc 41 test_circulation_test_SOURCES = test/circulation_test.cc 39 42 test_counter_test_SOURCES = test/counter_test.cc 40 43 test_dfs_test_SOURCES = test/dfs_test.cc … … 49 52 test_heap_test_SOURCES = test/heap_test.cc 50 53 test_kruskal_test_SOURCES = test/kruskal_test.cc 54 test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc 51 55 test_maps_test_SOURCES = test/maps_test.cc 52 56 test_max_matching_test_SOURCES = test/max_matching_test.cc
Note: See TracChangeset
for help on using the changeset viewer.