test/Makefile.am
changeset 1833 6d107b0b6b46
parent 1822 218eeb873259
child 1847 7cbc12e42482
     1.1 --- a/test/Makefile.am	Thu Nov 24 15:48:53 2005 +0000
     1.2 +++ b/test/Makefile.am	Mon Nov 28 11:14:01 2005 +0000
     1.3 @@ -26,6 +26,7 @@
     1.4  	suurballe_test \
     1.5  	path_test \
     1.6  	preflow_test \
     1.7 +	radix_sort_test \
     1.8  	test_tools_fail \
     1.9  	test_tools_pass \
    1.10  	time_measure_test \
    1.11 @@ -59,6 +60,7 @@
    1.12  max_matching_test_SOURCES = max_matching_test.cc
    1.13  suurballe_test_SOURCES = suurballe_test.cc
    1.14  path_test_SOURCES = path_test.cc
    1.15 +radix_sort_test_SOURCES = radix_sort_test.cc
    1.16  preflow_test_SOURCES = preflow_test.cc
    1.17  time_measure_test_SOURCES = time_measure_test.cc
    1.18  test_tools_fail_SOURCES = test_tools_fail.cc