test/Makefile.am
changeset 2483 bf6d7b624d5c
parent 2363 2aabce558574
child 2549 88b81ec599ed
     1.1 --- a/test/Makefile.am	Mon Oct 01 18:55:58 2007 +0000
     1.2 +++ b/test/Makefile.am	Mon Oct 01 18:57:21 2007 +0000
     1.3 @@ -36,6 +36,7 @@
     1.4  	test/preflow_test \
     1.5  	test/radix_sort_test \
     1.6  	test/refptr_test \
     1.7 +	test/random_test \
     1.8  	test/simann_test \
     1.9  	test/suurballe_test \
    1.10  	test/test_tools_fail \
    1.11 @@ -84,6 +85,7 @@
    1.12  test_preflow_test_SOURCES = test/preflow_test.cc
    1.13  test_radix_sort_test_SOURCES = test/radix_sort_test.cc
    1.14  test_refptr_test_SOURCES = test/refptr_test.cc
    1.15 +test_random_test_SOURCES = test/random_test.cc
    1.16  test_simann_test_SOURCES = test/simann_test.cc
    1.17  test_suurballe_test_SOURCES = test/suurballe_test.cc
    1.18  test_test_tools_fail_SOURCES = test/test_tools_fail.cc