Changes in test/Makefile.am [171:02f4d5d9bfd7:203:215bfc30b14f] in lemon-1.1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r171 r203 4 4 noinst_HEADERS += \ 5 5 test/graph_test.h \ 6 test/heap_test.h \7 6 test/graph_maps_test.h \ 8 7 test/test_tools.h … … 16 15 test/dim_test \ 17 16 test/error_test \ 17 test/graph_copy_test \ 18 18 test/graph_test \ 19 19 test/graph_utils_test \ 20 test/heap_test \ 20 21 test/kruskal_test \ 21 22 test/maps_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 41 #test_heap_test_SOURCES = test/heap_test.cc43 test_heap_test_SOURCES = test/heap_test.cc 42 44 test_kruskal_test_SOURCES = test/kruskal_test.cc 43 45 test_maps_test_SOURCES = test/maps_test.cc
Note: See TracChangeset
for help on using the changeset viewer.