COIN-OR::LEMON - Graph Library

Changeset 464:4f7224faf3bd in lemon for test/Makefile.am


Ignore:
Timestamp:
10/17/08 23:55:18 (16 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Porting radix sorts from SVN #3509

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r228 r464  
    2020        test/kruskal_test \
    2121        test/maps_test \
     22        test/radix_sort_test \
    2223        test/random_test \
    2324        test/path_test \
     
    4445test_maps_test_SOURCES = test/maps_test.cc
    4546test_path_test_SOURCES = test/path_test.cc
     47test_radix_sort_test_SOURCES = test/radix_sort_test.cc
    4648test_random_test_SOURCES = test/random_test.cc
    4749test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset for help on using the changeset viewer.