-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: Take advantage of TAP test driver #135
Conversation
@@ -0,0 +1,70 @@ | |||
/* | |||
* Copyright (c) 2012 Stefan Walter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be red hat here.
p11-kit/mock-module-ep5.c
Outdated
* THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH | ||
* DAMAGE. | ||
* | ||
* Author: Stef Walter <stef@thewalter.net> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Author info seems inaccurate.
assert_todo ("not implemented", "CKR_CRYPTOKI_ALREADY_INITIALIZED handling"); | ||
} | ||
finalize_and_free_modules (modules); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+
a37a936
to
a3a8b82
Compare
Thank you for the review! |
This makes test output finer grained and also enables to write skipped/expected-to-fail tests in a single test case.