Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Collate multiple executables with dependencies #112

@markfinal

Description

@markfinal

Written in the form of test executables.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BacklogFor reconsideration at a later dateRetestPlease retest this against latest code

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions