Changes in test/Makefile.am [410:eac19fb31a09:418:ad483acf1654] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r410 r418 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
Note: See TracChangeset
for help on using the changeset viewer.