From 54fa1314c802bda001c657252832ca0e6efdf433 Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Thu, 21 May 2009 21:52:56 +0000 Subject: [PATCH] test tuneups for cmakeland' [SVN r53165] --- test/CMakeLists.txt | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 29892a3..964b68d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,10 +1,28 @@ boost_additional_test_dependencies(random BOOST_DEPENDS test) +foreach(test + rand48 + minstd_rand0 + minstd_rand + ecuyer1988 + kreutzer1986 + hellekalek1995 + mt11213b + mt19937 + lagged_fibonacci + lagged_fibonacci607 + ranlux3 + ranlux4 + ranlux3_01 + ranlux4_01 + ranlux64_3_01 + ranlux64_4_01 + taus88) + boost_test_run(test_${test} + ../instantiate.cpp + COMPILE_FLAGS -DBOOST_RANDOM_URNG_TEST=${test} + ) +endforeach() boost_test_run(random_test ../random_test.cpp) boost_test_run(random_demo ../random_demo.cpp) -# TODO: These tests were commented out in the Jamfile.v2: -# [ run libs/random/nondet_random_speed.cpp ] -# [ run libs/random/random_device.cpp ] -# [ run libs/random/random_speed.cpp ] -# [ run libs/random/statistic_tests.cpp ]