COIN-OR::LEMON - Graph Library

Changeset 400:fa341dd6ab23 in lemon-1.2


Ignore:
Timestamp:
12/01/08 15:11:31 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Transform circulation demo to test

Files:
1 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • demo/Makefile.am

    r399 r400  
    11EXTRA_DIST += \
    22        demo/CMakeLists.txt \
    3         demo/circulation-input.lgf \
    43        demo/digraph.lgf
    54
     
    87noinst_PROGRAMS += \
    98        demo/arg_parser_demo \
    10         demo/circulation_demo \
    119        demo/graph_to_eps_demo \
    1210        demo/lgf_demo
     
    1513
    1614demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
    17 demo_circulation_demo_SOURCES = demo/circulation_demo.cc
    1815demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    1916demo_lgf_demo_SOURCES = demo/lgf_demo.cc
  • test/Makefile.am

    r345 r400  
    99check_PROGRAMS += \
    1010        test/bfs_test \
     11        test/circulation_test \
    1112        test/counter_test \
    1213        test/dfs_test \
     
    3435
    3536test_bfs_test_SOURCES = test/bfs_test.cc
     37test_circulation_test_SOURCES = test/circulation_test.cc
    3638test_counter_test_SOURCES = test/counter_test.cc
    3739test_dfs_test_SOURCES = test/dfs_test.cc
Note: See TracChangeset for help on using the changeset viewer.