COIN-OR::LEMON - Graph Library

Changeset 1711:1d09b48e8d55 in lemon-0.x


Ignore:
Timestamp:
10/06/05 11:57:23 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2238
Message:

All pairs shortest path test

Location:
test
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r1435 r1711  
    1 AM_CPPFLAGS = -I$(top_srcdir)
     1AM_CPPFLAGS = -I$(top_srcdir) -fno-inline
    22LDADD = $(top_builddir)/lemon/libemon.la
    33
     
    1313
    1414check_PROGRAMS = \
     15        all_pairs_shortest_path_test \
    1516        bfs_test \
    1617        dfs_test \
     
    4546XFAIL_TESTS = test_tools_fail$(EXEEXT)
    4647
     48all_pairs_shortest_path_test_SOURCES = all_pairs_shortest_path_test.cc
    4749bfs_test_SOURCES = bfs_test.cc
    4850dfs_test_SOURCES = dfs_test.cc
Note: See TracChangeset for help on using the changeset viewer.