2
0
mirror of https://github.com/boostorg/random.git synced 2026-02-26 04:52:22 +00:00

test tuneups for cmakeland'

[SVN r53165]
This commit is contained in:
Troy D. Straszheim
2009-05-21 21:52:56 +00:00
parent d1a18ffcc9
commit 54fa1314c8

View File

@@ -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 ]