diff -r 217123f59d7e -r bf6d7b624d5c test/Makefile.am --- a/test/Makefile.am Mon Oct 01 18:55:58 2007 +0000 +++ b/test/Makefile.am Mon Oct 01 18:57:21 2007 +0000 @@ -36,6 +36,7 @@ test/preflow_test \ test/radix_sort_test \ test/refptr_test \ + test/random_test \ test/simann_test \ test/suurballe_test \ test/test_tools_fail \ @@ -84,6 +85,7 @@ test_preflow_test_SOURCES = test/preflow_test.cc test_radix_sort_test_SOURCES = test/radix_sort_test.cc test_refptr_test_SOURCES = test/refptr_test.cc +test_random_test_SOURCES = test/random_test.cc test_simann_test_SOURCES = test/simann_test.cc test_suurballe_test_SOURCES = test/suurballe_test.cc test_test_tools_fail_SOURCES = test/test_tools_fail.cc