aboutsummaryrefslogtreecommitdiff
path: root/tests/suites/helpers.function
diff options
context:
space:
mode:
authorRonald Cron <ronald.cron@arm.com>2020-06-09 16:57:42 +0200
committerRonald Cron <ronald.cron@arm.com>2020-06-12 14:33:08 +0200
commitb7eb67fb74e98ae4c7002bb9a37bc07911f4ee59 (patch)
tree714b0d1dd02973b7cad4a3768c0f4bc6418988f5 /tests/suites/helpers.function
parentf40529d5f4f9d87d69b4896493814fd2329b32ac (diff)
downloadmbedtls-b7eb67fb74e98ae4c7002bb9a37bc07911f4ee59.zip
mbedtls-b7eb67fb74e98ae4c7002bb9a37bc07911f4ee59.tar.gz
mbedtls-b7eb67fb74e98ae4c7002bb9a37bc07911f4ee59.tar.bz2
tests: Add random.c and random.h files
The purpose of random.c file is to contain the helper functions to generate random numbers that have been in helpers.function so far. The purpose of random.h is to contain the interface exposed by random.c thus helper function prototypes. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
Diffstat (limited to 'tests/suites/helpers.function')
-rw-r--r--tests/suites/helpers.function1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/suites/helpers.function b/tests/suites/helpers.function
index 2d1e38c..9266582 100644
--- a/tests/suites/helpers.function
+++ b/tests/suites/helpers.function
@@ -4,6 +4,7 @@
#include <test/macros.h>
#include <test/helpers.h>
+#include <test/random.h>
#include <stdlib.h>