From c83790b5bc35cd186da81276afcf6b17a4269520 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 18 Nov 2013 01:43:02 +0000 Subject: Generalize file reading test runner, use it for KDF and PBKDF --- checks/validate.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'checks/validate.cpp') 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; -- cgit v1.2.3