test/Makefile.am
changeset 468 75a5df083951
parent 463 88ed40ad0d4f
parent 464 4f7224faf3bd
child 481 7afc121e0689
child 488 2b5496c62ccd
     1.1 --- a/test/Makefile.am	Thu Jan 01 00:00:00 2009 +0100
     1.2 +++ b/test/Makefile.am	Thu Jan 08 17:19:26 2009 +0000
     1.3 @@ -25,6 +25,7 @@
     1.4  	test/max_matching_test \
     1.5  	test/path_test \
     1.6  	test/preflow_test \
     1.7 +	test/radix_sort_test \
     1.8  	test/random_test \
     1.9  	test/suurballe_test \
    1.10  	test/test_tools_fail \
    1.11 @@ -54,6 +55,7 @@
    1.12  test_max_matching_test_SOURCES = test/max_matching_test.cc
    1.13  test_path_test_SOURCES = test/path_test.cc
    1.14  test_preflow_test_SOURCES = test/preflow_test.cc
    1.15 +test_radix_sort_test_SOURCES = test/radix_sort_test.cc
    1.16  test_suurballe_test_SOURCES = test/suurballe_test.cc
    1.17  test_random_test_SOURCES = test/random_test.cc
    1.18  test_test_tools_fail_SOURCES = test/test_tools_fail.cc