Changeset 99:dbaa96cc1013 in lemon-main for test
- Timestamp:
- 02/07/08 22:28:39 (17 years ago)
- Branch:
- default
- Parents:
- 98:c4582fc14f58 (diff), 67:9de02aa380de (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
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 -
test/Makefile.am
r96 r99 11 11 test/dim_test \ 12 12 test/graph_test \ 13 test/maps_test \ 13 14 test/random_test \ 14 15 test/path_test \ … … 21 22 test_digraph_test_SOURCES = test/digraph_test.cc 22 23 test_dim_test_SOURCES = test/dim_test.cc 24 #test_error_test_SOURCES = test/error_test.cc 23 25 test_graph_test_SOURCES = test/graph_test.cc 26 test_maps_test_SOURCES = test/maps_test.cc 24 27 test_path_test_SOURCES = test/path_test.cc 25 28 test_random_test_SOURCES = test/random_test.cc
Note: See TracChangeset
for help on using the changeset viewer.