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

improve: test: add an ability to compile console tests #68

Merged
merged 1 commit into from Feb 13, 2018

Conversation

ashumkin
Copy link
Contributor

Currently, there is no a simple way to compile console tests (e.g.
with MSBuild) to run tests in a CI environment as all configurations
contain "TESTINSIGHT" conditional define.

Let "CI" conditional define to undefine "TESTINSIGHT" and thus to
compile console tests and run them.

Signed-off-by: Alexey Shumkin Alex.Crezoff@gmail.com

Currently, there is no a *simple* way to compile console tests (e.g.
with MSBuild) to run tests in a CI environment as all configurations
contain "TESTINSIGHT" conditional define.

Let "CI" conditional define to undefine "TESTINSIGHT" and thus to
compile console tests and run them.

Signed-off-by: Alexey Shumkin <Alex.Crezoff@gmail.com>
@Spelt Spelt merged commit 127c1f1 into Spelt:v_3.0 Feb 13, 2018
@Spelt
Copy link
Owner

Spelt commented Feb 13, 2018 via email

@ashumkin
Copy link
Contributor Author

urw ;)

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.

None yet

2 participants