diff options
Diffstat (limited to 'src/tests/tests.h')
-rw-r--r-- | src/tests/tests.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/tests.h b/src/tests/tests.h index 61cc405a0..9d39fdc19 100644 --- a/src/tests/tests.h +++ b/src/tests/tests.h @@ -2,13 +2,15 @@ #ifndef BOTAN_TESTS_H__ #define BOTAN_TESTS_H__ -#include <botan/build.h> +#include <botan/rng.h> #include <functional> #include <istream> #include <map> #include <string> #include <vector> +Botan::RandomNumberGenerator& test_rng(); + size_t run_tests_bb(std::istream& src, const std::string& name_key, const std::string& output_key, |