Skip to content

Proposal: Allow testing when creating a lib project using init-lib #2686

@LowByteFox

Description

@LowByteFox

Currently, creating lib project using init-lib doesn't provide a way for users to test C3 libraries, a current solution is to create such project.json:

{
    "dependency-search-paths": [".."], /* somehow this works */
    "dependencies": ["name"],
    "test-sources": [ "test/**" ],
    "targets": {
        "foo": { /* a blank target */
            "type": "executable"
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions