COIN-OR::LEMON - Graph Library

Changeset 698:f9746e45246e in lemon-1.2 for test


Ignore:
Timestamp:
08/03/09 00:52:45 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Children:
699:75325dfccf38, 790:1870cfd14fb6
Phase:
public
Message:

Add a detailed test file for BellmanFord? (#51)

Location:
test
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r679 r698  
    1010SET(TESTS
    1111  adaptors_test
     12  bellman_ford_test
    1213  bfs_test
    1314  circulation_test
  • test/Makefile.am

    r649 r698  
    88check_PROGRAMS += \
    99        test/adaptors_test \
     10        test/bellman_ford_test \
    1011        test/bfs_test \
    1112        test/circulation_test \
     
    5354
    5455test_adaptors_test_SOURCES = test/adaptors_test.cc
     56test_bellman_ford_test_SOURCES = test/bellman_ford_test.cc
    5557test_bfs_test_SOURCES = test/bfs_test.cc
    5658test_circulation_test_SOURCES = test/circulation_test.cc
Note: See TracChangeset for help on using the changeset viewer.