diff options
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 48bc6bd87..55af920cd 100644 --- a/checks/validate.cpp +++ b/checks/validate.cpp @@ -416,6 +416,8 @@ u32bit do_validation_tests(const std::string& filename, errors++; } + test_ocb(); + return errors; } |