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

Tests: Add initial set of unit tests for Detours #137

Merged
merged 1 commit into from
Dec 2, 2020

Conversation

bgianfo
Copy link
Contributor

@bgianfo bgianfo commented Sep 3, 2020

@bgianfo bgianfo added the enhancement This adds new functionallity to the product label Sep 3, 2020
- Import the Catch2 self-contained C++ test framework.
  It's used by many Microsoft OSS projects:
  - https://github.com/microsoft/cppwinrt/tree/master/test
  - https://github.com/microsoft/wil/tree/master/tests
  As well as many OSS projects in general.

  When the CMake PR is merged, we can remove this as
  a checked in development dependency, and can instead
  download it using CMake.

- Start basic set of unit tests to validate failure modes of

- Hook the execution into the existing NMake build system.

- Hook test execution into CI pipeline
@bgianfo bgianfo merged commit 2de2bab into microsoft:master Dec 2, 2020
@bgianfo bgianfo deleted the add-unit-test-setup branch December 2, 2020 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This adds new functionallity to the product
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant