diff options
Diffstat (limited to 'src/tests/tests.cpp')
-rw-r--r-- | src/tests/tests.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tests/tests.cpp b/src/tests/tests.cpp index 88ff4171d..931287464 100644 --- a/src/tests/tests.cpp +++ b/src/tests/tests.cpp @@ -5,7 +5,6 @@ */ #include "tests.h" -#include <botan/init.h> #include <iostream> #include <fstream> #include <botan/auto_rng.h> @@ -301,7 +300,5 @@ int main(int argc, char* argv[]) return 1; } - Botan::LibraryInitializer init; - return run_tests(tests); } |