test/Makefile.am
changeset 441 4f7224faf3bd
parent 228 b6732e0d38c5
child 445 75a5df083951
     1.1 --- a/test/Makefile.am	Sun Oct 12 19:35:48 2008 +0100
     1.2 +++ b/test/Makefile.am	Fri Oct 17 23:55:18 2008 +0200
     1.3 @@ -19,6 +19,7 @@
     1.4  	test/heap_test \
     1.5  	test/kruskal_test \
     1.6          test/maps_test \
     1.7 +	test/radix_sort_test \
     1.8          test/random_test \
     1.9          test/path_test \
    1.10          test/test_tools_fail \
    1.11 @@ -43,6 +44,7 @@
    1.12  test_kruskal_test_SOURCES = test/kruskal_test.cc
    1.13  test_maps_test_SOURCES = test/maps_test.cc
    1.14  test_path_test_SOURCES = test/path_test.cc
    1.15 +test_radix_sort_test_SOURCES = test/radix_sort_test.cc
    1.16  test_random_test_SOURCES = test/random_test.cc
    1.17  test_test_tools_fail_SOURCES = test/test_tools_fail.cc
    1.18  test_test_tools_pass_SOURCES = test/test_tools_pass.cc