From 71856836631c2b081424c095d746da808cb8aa2c Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 28 Mar 2008 22:12:11 -0500 Subject: [PATCH] test with-secure-random --- extra/random/random-tests.factor | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extra/random/random-tests.factor b/extra/random/random-tests.factor index 0ceac5f5a7..d85df3e0be 100644 --- a/extra/random/random-tests.factor +++ b/extra/random/random-tests.factor @@ -3,3 +3,6 @@ IN: random.tests [ 4 ] [ 4 random-bytes length ] unit-test [ 7 ] [ 7 random-bytes length ] unit-test + +[ 4 ] [ [ 4 random-bytes length ] with-secure-random ] unit-test +[ 7 ] [ [ 7 random-bytes length ] with-secure-random ] unit-test