-
Notifications
You must be signed in to change notification settings - Fork 37.8k
doc: add src/test/ prefix to test_bitcoin in test README #18102
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
Conversation
This is wrong, you don't need to install the build before you can test it. |
@sipa thanks for the feedback. Perhaps there is something with boost that i'm not familiar with then. If I update the test:
and then run |
@yancyribbens: It seems that your problem is caused by omitting any path name on executing |
23f90dd
to
8729fb9
Compare
@theStack thanks that works. Maybe it would be helpful to add the local path prefix under the section |
Adding the prefix here seems fine, as we use it throughout the rest of the file. You just need to fix the commit message. i.e |
8729fb9
to
287b0a8
Compare
Yes, I think this is fine, I mean it depends on what the current directory is, whether you want to do |
since |
This is intentionally done because the |
That's understandable. However, the instuctions ask you to run |
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsNo conflicts as of last run. |
287b0a8
to
c3e369d
Compare
This simple change seems too controversial and didn't attract too much attention in the past month. Closing for now. |
Perhaps this goes without saying, however the unit tests require
make install
in addition tomake
for changes to be reflected after modification.