docs: add pddbci testing instructions to tools README#831
Draft
sockbot wants to merge 1 commit intobetrusted-io:devfrom
Draft
docs: add pddbci testing instructions to tools README#831sockbot wants to merge 1 commit intobetrusted-io:devfrom
sockbot wants to merge 1 commit intobetrusted-io:devfrom
Conversation
d5ffdbc to
8fe3d9d
Compare
Replace the _TBD_ testing section with concrete steps for running pddbci.py, including Python venv setup and dependency installation.
8fe3d9d to
90486c3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the
_TBD_testing section intools/README.mdwith step-by-step instructions for runningpddbci.py:cmake,yasm) required to compilepyaesnipycryptodome,cryptography,six, andpyaesnifrom GitHub)With these instructions, the test script
pddbci.pydependencies are satisfied, although the test suite fails to run properly. It's not clear whether this is due to an environment configuration issue (resolve in this PR), or if the test script is broken (resolve in a separate PR to fix the tests).