COIN-OR::LEMON - Graph Library

Changeset 949:54464584b157 in lemon-main for test/Makefile.am


Ignore:
Timestamp:
08/02/11 18:13:34 (13 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
950:2d583da4ba40, 951:3dcb45a871c3
Phase:
public
Message:

Allow lgf file without Arc maps (#382)

A single '-' character in the @arcs sectio header indicates that
there is no arc map.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r228 r949  
    1919        test/heap_test \
    2020        test/kruskal_test \
     21        test/lgf_test \
    2122        test/maps_test \
    2223        test/random_test \
     
    4243test_heap_test_SOURCES = test/heap_test.cc
    4344test_kruskal_test_SOURCES = test/kruskal_test.cc
     45test_lgf_test_SOURCES = test/lgf_test.cc
    4446test_maps_test_SOURCES = test/maps_test.cc
    4547test_path_test_SOURCES = test/path_test.cc
Note: See TracChangeset for help on using the changeset viewer.