You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
Suppose a package has multiple tests T_, exercising multiple modules M_ within that package.
Suppose also that each of those modules have dependencies D, from another package.
I do not want to prescribe how users should write tests.
The problem comes down to which build mode is used.
In Native builds, each test can be published into a new directory, or the same.
In IDE project builds, the dependencies must always be besides the built executable.
So if the build scripts are written so that dependencies and tests are collated into the same directory, this doesn't work for IDE builds.