From 7c238f0426acd85a71697a003c01832e9e191e18 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 21 Feb 2016 18:05:54 +0100 Subject: tests: Add minimal test for util.random that checks that it returns the number of bytes requested --- tests/test.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test.lua') diff --git a/tests/test.lua b/tests/test.lua index 4863c4e7..0fcc4907 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -23,6 +23,7 @@ function run_all_tests() dotest "util.cache" dotest "util.throttle" dotest "util.uuid" + dotest "util.random" dosingletest("test_sasl.lua", "latin1toutf8"); dosingletest("test_utf8.lua", "valid"); -- cgit v1.2.3