diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-19 20:32:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-19 20:32:18 +0100 |
| commit | 961e8d6b0215f61ce0e39bedcf7d5b216336eae6 (patch) | |
| tree | 4763cb52c70f3f201299cd58875a72949f01f1f2 /src/verify.h | |
| parent | 5cb84b215e47033ed23b3a7ccfb3359f333ba692 (diff) | |
Fix tests to actually check the results in several cases.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h index cb3d03b2..11f879ff 100644 --- a/src/verify.h +++ b/src/verify.h @@ -276,6 +276,10 @@ std::vector<VerificationNote> verify ( std::string note_to_string (dcp::VerificationNote note); +bool operator== (dcp::VerificationNote const& a, dcp::VerificationNote const& b); + +std::ostream& operator<<(std::ostream& s, dcp::VerificationNote const& note); + } #endif |
