commit | 834e80747cbb960f8a4028c5c8604bf5218ecdb9 | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Sat Aug 09 16:38:53 2014 -0600 |
committer | Shawn Willden <swillden@google.com> | Mon Aug 11 07:34:41 2014 -0600 |
tree | 138fe45d8e42653e515ea82fafd54ad31c22c4a6 | |
parent | 8d336ae10df66da4c0433f17c2d42e85baea32c5 [diff] [blame] |
Improve authorization_set test coverage. Change-Id: I8dd1830db8c19be07cef768c63c9ecfa3e16ae21
diff --git a/key_blob_test.cpp b/key_blob_test.cpp index 3f4c6e4..da2b96a 100644 --- a/key_blob_test.cpp +++ b/key_blob_test.cpp
@@ -37,6 +37,7 @@ namespace keymaster { +bool operator==(const AuthorizationSet& a, const AuthorizationSet& b); bool operator==(const AuthorizationSet& a, const AuthorizationSet& b) { if (a.size() != b.size()) return false;