Skip to content
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

[CMake] Add test_pivx unit test target #1856

Merged
merged 1 commit into from
Sep 25, 2020

Conversation

Fuzzbawls
Copy link
Collaborator

This adds support for compiling the unit test binary test_pivx
directly with CMake. This also allows for CLion to perform code analysis
and completion on the test source files.

Requires the hexdump utility to be installed.

Note: actually running the unit tests from within CLion (Boost.Test targets) is not optimized, and the tests take a considerable amount of time compared to running the test_pivx binary.

@Fuzzbawls Fuzzbawls added this to the 5.0.0 milestone Sep 16, 2020
@Fuzzbawls Fuzzbawls self-assigned this Sep 16, 2020
This adds support for compiling the unit test binary `test_pivx`
directly with CMake. This also allows for CLion to perform code analysis
and completion on the test source files.

Requires the hexdump utility to be installed.
Copy link

@random-zebra random-zebra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 3e8df39

Copy link

@furszy furszy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 3e8df39

@furszy furszy merged commit 1bbb906 into PIVX-Project:master Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants