diff options
author | Simon Warta <[email protected]> | 2015-07-18 16:37:48 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-08-08 00:47:58 +0200 |
commit | 463f55bf59c77adb4101cbeeccf20b3f15975185 (patch) | |
tree | cc77035eec9ebee41f7764298afe2368dcd6f0f3 /src/tests/test_ffi.cpp | |
parent | 63c1958b841d26184c526b54c531b0188c34ab0a (diff) |
Refactor catchy tests
* Add std::vector matcher
* Add test_base to ensure Botan::vector<X> works with matcher
* Rewrite base64 tests from CHECK( to CHECK_THAT(
Closes #206
Diffstat (limited to 'src/tests/test_ffi.cpp')
-rw-r--r-- | src/tests/test_ffi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_ffi.cpp b/src/tests/test_ffi.cpp index 084490a08..d0ce8115e 100644 --- a/src/tests/test_ffi.cpp +++ b/src/tests/test_ffi.cpp @@ -4,7 +4,7 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#include "catchy/catch.hpp" +#include "catchy/catchy_tests.h" #include <botan/version.h> #if defined(BOTAN_HAS_FFI) |