Diff

tests/test.lua @ 7172:32b74ad54432

tests: Add minimal test for util.random that checks that it returns the number of bytes requested
author Kim Alvefur <zash@zash.se>
date Sun, 21 Feb 2016 18:05:54 +0100
parent 7108:bb8a38c68191
child 7233:71ca252d9f69
line wrap: on
line diff
--- a/tests/test.lua	Sun Feb 21 14:53:19 2016 +0100
+++ b/tests/test.lua	Sun Feb 21 18:05:54 2016 +0100
@@ -23,6 +23,7 @@
 	dotest "util.cache"
 	dotest "util.throttle"
 	dotest "util.uuid"
+	dotest "util.random"
 
 	dosingletest("test_sasl.lua", "latin1toutf8");
 	dosingletest("test_utf8.lua", "valid");