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

Modify make test target to call two separate test targets #25

Open
apfong opened this issue Feb 2, 2017 · 0 comments
Open

Modify make test target to call two separate test targets #25

apfong opened this issue Feb 2, 2017 · 0 comments

Comments

@apfong
Copy link
Contributor

apfong commented Feb 2, 2017

Currently running make test will call an integration_test target, which executes both our unit tests and integration test which can be a little confusing. We need to split up integration_test into unit_tests and integration_test and have the test target call these new targets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant