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

DeepState Test Integration #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

DeepState Test Integration #16

wants to merge 2 commits into from

Conversation

ex0dus-0x
Copy link

This pull request integrates efforts to convert the pre-existing test suite in setup-tools over to Trail of Bits' DeepState framework in order to enable exhaustive unit testing with fuzzing. In addition to the actual tests, coverage measurement support is also integrated with the build system using gcov.

Few notes:

  • DeepState, unlike GoogleTest, does not currently supported DISABLED_* tests or filtered test selection during runs (ie no running test with specific patterns), but only either a single test (with --input_which_test) or all.

  • There is a new option in CMakeLists.txt for compiling with the -D_GLIBCXX_USE_CXX11_ABI flag, and was used prior when encountering incompatibilities with older GCC ABI versions.

@ArnSch ArnSch requested a review from charlielye October 1, 2019 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant