COIN-OR::LEMON - Graph Library

Changeset 441:4f7224faf3bd in lemon-1.2 for test


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

Porting radix sorts from SVN #3509

Location:
test
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r225 r441  
    1717  kruskal_test
    1818  maps_test
     19  radix_sort_test
    1920  random_test
    2021  path_test
  • test/Makefile.am

    r228 r441  
    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.