Changeset 522:22f932bbb305 in lemon-main for test
- Timestamp:
- 11/03/08 12:59:54 (16 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/CMakeLists.txt
r488 r522 21 21 edge_set_test 22 22 error_test 23 euler_test 23 24 graph_copy_test 24 25 graph_test -
test/Makefile.am
r469 r522 17 17 test/edge_set_test \ 18 18 test/error_test \ 19 test/euler_test \ 19 20 test/graph_copy_test \ 20 21 test/graph_test \ … … 55 56 test_edge_set_test_SOURCES = test/edge_set_test.cc 56 57 test_error_test_SOURCES = test/error_test.cc 58 test_euler_test_SOURCES = test/euler_test.cc 57 59 test_graph_copy_test_SOURCES = test/graph_copy_test.cc 58 60 test_graph_test_SOURCES = test/graph_test.cc
Note: See TracChangeset
for help on using the changeset viewer.