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

runs ALL the unit tests on Travis #1006

Merged
merged 1 commit into from
Oct 31, 2019

Conversation

gitoleg
Copy link
Contributor

@gitoleg gitoleg commented Oct 30, 2019

It turned out that we are not running all the available unit tests on Travis.
We can't launch our unit tests just by running make test on Travis, because we use stages and don't even have a code on the stage with unit tests. Instead, we have to install test executables on the
build stage and then manually launch them on the next stage. And for some reason, we install and run only the most important one but not all of them.

This PR fixes it and run all the tests we currently have.

It turned out that we don't launch all the available unit tests on Travis.

The reason is that we can't launch tests by running `make test` target
on travis, because we use stages and don't even have a code on the stage
with unit tests. Instead, we install tests executables on the
build stage and then manually launch them on the other stages.
And for some reason we install and run only the most important one
but not all of them.

This PR fixes it and run all the tests we currently have.
@ivg ivg merged commit f502c91 into BinaryAnalysisPlatform:master Oct 31, 2019
@gitoleg gitoleg deleted the restore-tests branch May 13, 2020 21:09
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.

2 participants