COIN-OR::LEMON - Graph Library

Changeset 488:2b5496c62ccd in lemon for test/Makefile.am


Ignore:
Timestamp:
01/12/09 08:18:04 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Rename graph_adaptor_test.cc to adaptors_test.cc (#67)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r468 r488  
    77
    88check_PROGRAMS += \
     9        test/adaptors_test \
    910        test/bfs_test \
    1011        test/circulation_test \
     
    1516        test/dim_test \
    1617        test/error_test \
    17         test/graph_adaptor_test \
    1818        test/graph_copy_test \
    1919        test/graph_test \
     
    3737XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
    3838
     39test_adaptors_test_SOURCES = test/adaptors_test.cc
    3940test_bfs_test_SOURCES = test/bfs_test.cc
    4041test_circulation_test_SOURCES = test/circulation_test.cc
     
    4546test_dim_test_SOURCES = test/dim_test.cc
    4647test_error_test_SOURCES = test/error_test.cc
    47 test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc
    4848test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    4949test_graph_test_SOURCES = test/graph_test.cc
Note: See TracChangeset for help on using the changeset viewer.