Changes in test/Makefile.am [467:a1155a9e8e09:458:7afc121e0689] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r467 r458 7 7 8 8 check_PROGRAMS += \ 9 test/adaptors_test \10 9 test/bfs_test \ 11 10 test/circulation_test \ … … 16 15 test/dim_test \ 17 16 test/error_test \ 17 test/graph_adaptor_test \ 18 18 test/graph_copy_test \ 19 19 test/graph_test \ … … 44 44 XFAIL_TESTS += test/test_tools_fail$(EXEEXT) 45 45 46 test_adaptors_test_SOURCES = test/adaptors_test.cc47 46 test_bfs_test_SOURCES = test/bfs_test.cc 48 47 test_circulation_test_SOURCES = test/circulation_test.cc … … 53 52 test_dim_test_SOURCES = test/dim_test.cc 54 53 test_error_test_SOURCES = test/error_test.cc 54 test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc 55 55 test_graph_copy_test_SOURCES = test/graph_copy_test.cc 56 56 test_graph_test_SOURCES = test/graph_test.cc
Note: See TracChangeset
for help on using the changeset viewer.