COIN-OR::LEMON - Graph Library

Changeset 1324:8e5c93065fd0 in lemon


Ignore:
Timestamp:
04/01/15 18:00:42 (9 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
1.2
Phase:
public
Message:

Add arc_lookup_test.cc to the autoconf build env. (#517)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r1110 r1324  
    1212check_PROGRAMS += \
    1313        test/adaptors_test \
     14        test/arc_lookup_test \
    1415        test/bellman_ford_test \
    1516        test/bfs_test \
     
    6263
    6364test_adaptors_test_SOURCES = test/adaptors_test.cc
     65test_adaptors_test_SOURCES = test/arc_lookup_test.cc
    6466test_bellman_ford_test_SOURCES = test/bellman_ford_test.cc
    6567test_bfs_test_SOURCES = test/bfs_test.cc
Note: See TracChangeset for help on using the changeset viewer.