diff options
author | lloyd <[email protected]> | 2013-11-18 01:43:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-11-18 01:43:02 +0000 |
commit | c83790b5bc35cd186da81276afcf6b17a4269520 (patch) | |
tree | 33c1d0f502cc8b57bf3ef70d60dacebc4f6bd1d1 /checks/validate.cpp | |
parent | 6162cefdbe4df65a4ab1046950874a7319158e06 (diff) |
Generalize file reading test runner, use it for KDF and PBKDF
Diffstat (limited to 'checks/validate.cpp')
-rw-r--r-- | checks/validate.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/validate.cpp b/checks/validate.cpp index 8ac35393c..606f3a2c3 100644 --- a/checks/validate.cpp +++ b/checks/validate.cpp @@ -420,6 +420,8 @@ u32bit do_validation_tests(const std::string& filename, { test_ocb(); test_hkdf(); + test_pbkdf(); + test_kdf(); } return errors; |