Changes in test/Makefile.am [171:02f4d5d9bfd7:200:c0e2c043c060] in lemon-1.1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r171 r200 16 16 test/dim_test \ 17 17 test/error_test \ 18 test/graph_copy_test \ 18 19 test/graph_test \ 19 20 test/graph_utils_test \ … … 37 38 test_dim_test_SOURCES = test/dim_test.cc 38 39 test_error_test_SOURCES = test/error_test.cc 40 test_graph_copy_test_SOURCES = test/graph_copy_test.cc 39 41 test_graph_test_SOURCES = test/graph_test.cc 40 42 test_graph_utils_test_SOURCES = test/graph_utils_test.cc
Note: See TracChangeset
for help on using the changeset viewer.