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

Handling test dependencies #301

Closed
rofinn opened this issue May 24, 2018 · 3 comments
Closed

Handling test dependencies #301

rofinn opened this issue May 24, 2018 · 3 comments

Comments

@rofinn
Copy link
Contributor

rofinn commented May 24, 2018

How should we be handling test dependencies as I'm guessing test/REQUIRE won't be a thing anymore?

@KristofferC
Copy link
Member

See #165 (comment) and below for proposals.

In some way there will be a "test-target" that can contain extra dependencies. When test is run, this target becomes active so the total dependencies are the union of the base dependencies and test-dependencies. We could also envision other targets like "build-target" etc.

@rofinn
Copy link
Contributor Author

rofinn commented May 24, 2018

Thanks.

@KristofferC
Copy link
Member

Implemented.

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

No branches or pull requests

2 participants