COIN-OR::LEMON - Graph Library

Changeset 440:88ed40ad0d4f in lemon-main for test/Makefile.am


Ignore:
Timestamp:
01/01/09 00:00:00 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
445:75a5df083951, 503:9605e051942f
Phase:
public
Message:

Happy New Year again

  • update the copyright headers + run the source unifier
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r424 r440  
    44noinst_HEADERS += \
    55        test/graph_test.h \
    6         test/test_tools.h
     6        test/test_tools.h
    77
    88check_PROGRAMS += \
    99        test/bfs_test \
    10         test/circulation_test \
    11         test/counter_test \
     10        test/circulation_test \
     11        test/counter_test \
    1212        test/dfs_test \
    1313        test/digraph_test \
    1414        test/dijkstra_test \
    15         test/dim_test \
     15        test/dim_test \
    1616        test/error_test \
    1717        test/graph_adaptor_test \
     
    2222        test/heap_test \
    2323        test/kruskal_test \
    24         test/maps_test \
     24        test/maps_test \
    2525        test/max_matching_test \
    26         test/path_test \
    27         test/preflow_test \
    28         test/random_test \
    29         test/suurballe_test \
    30         test/test_tools_fail \
    31         test/test_tools_pass \
    32         test/time_measure_test \
     26        test/path_test \
     27        test/preflow_test \
     28        test/random_test \
     29        test/suurballe_test \
     30        test/test_tools_fail \
     31        test/test_tools_pass \
     32        test/time_measure_test \
    3333        test/unionfind_test
    3434
Note: See TracChangeset for help on using the changeset viewer.