Skip to content

Add unit test for simplified core.hpp header #824

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

Merged
merged 4 commits into from
Oct 22, 2020

Conversation

vhvb1989
Copy link
Member

This tests will ensure that if any header included by core.hpp gets broken (missing/removed/renamed/etc) then CI will catch it.
Compilation will fail

@vhvb1989 vhvb1989 self-assigned this Oct 21, 2020
@vhvb1989 vhvb1989 added Azure.Core Client This issue points to a problem in the data-plane of the library. labels Oct 21, 2020
@vhvb1989 vhvb1989 added this to the [2020] November milestone Oct 21, 2020
/**
* @brief makes sure azure/core.hpp can be included.
*
* @remark This file will catch any issue while trying to use/include the core.hpp header
Copy link
Contributor

Choose a reason for hiding this comment

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

Good idea 👍

@vhvb1989 vhvb1989 requested a review from ahsonkhan October 21, 2020 18:45
@ahsonkhan
Copy link
Contributor

Once we have samples that are built as part of CI, we can consider removing the test, since it won't ever fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants