-
Notifications
You must be signed in to change notification settings - Fork 156
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
Add unit-tests #1
Comments
Is there an unit testing framework that you would prefer? |
Let's come back to this issue later. We will probably want to setup an archive of PE files and host them on S3, then run pe-parse on them. |
Revisiting this: I put together a zero-config googletest harness for uthenticode that we could reuse here. We also have now have pegoat with daily auto-builds for a suite of PE binaries. |
We'll close this with #145, since it'll add an initial test suite. Coverage refinements can be handled by subsequent issues and PRs. |
All code must have tests.
The text was updated successfully, but these errors were encountered: