-
Notifications
You must be signed in to change notification settings - Fork 1.2k
backport: trivial 2024 10 23 pr1 #6345
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
Changes from all commits
03e0bd3
f096880
b719883
3914745
9963e6b
9b6a05d
92bad90
a23b342
fdac2b3
910a7d6
4dce690
8d6e5e7
c961755
bd607f0
045fa5f
d0e15d5
6d7aa3d
b70e091
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,8 @@ that runs all of the unit tests. The main source file for the test library is fo | |
Unit tests will be automatically compiled if dependencies were met in `./configure` | ||
and tests weren't explicitly disabled. | ||
|
||
After configuring, they can be run with `make check`. | ||
After configuring, they can be run with `make check`, which includes unit tests from | ||
subtrees, or `make && make -C src check-unit` for just the unit tests. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. finally we have it! =) Unit tests run QUADRUPLE fast now! Used to be:
became:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ahh, interesting! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe actually add -subtrees, or `make && make -C src check-unit` for just the unit tests.
+subtrees, or `make && make -C src check-unit test_dash_qt_check` for just the unit tests. |
||
|
||
To run the unit tests manually, launch `src/test/test_dash`. To recompile | ||
after a test file was modified, run `make` and then run the test again. If you | ||
|
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.
should bump version here:
doc/build-openbsd.md
see bitcoin#29481 as an useful follow-up.
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.
Our openbsd docs are missing backports, unable to merge this PR relatively trivially atm