aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_runner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_runner.cpp')
-rw-r--r--src/tests/test_runner.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/test_runner.cpp b/src/tests/test_runner.cpp
index f69f55c0d..8d3f9b72c 100644
--- a/src/tests/test_runner.cpp
+++ b/src/tests/test_runner.cpp
@@ -32,6 +32,8 @@ class Testsuite_RNG final : public Botan::RandomNumberGenerator
m_a = m_b = m_c = m_d = 0;
}
+ bool accepts_input() const override { return true; }
+
void add_entropy(const uint8_t data[], size_t len) override
{
for(size_t i = 0; i != len; ++i)