Skip to content

Frameworks unit tests in app #461

Open
@raptorxcz

Description

@raptorxcz

Hi,

I have Application with frameworks. Each framework has its own scheme and own unit tests.
Application do not have its own unit tests, instead it runs all frameworks unit tests.

How do I achieve this behaviour in XcodeGen?

I tried set it in scheme, but it is not working.

scheme:
      testTargets:
        - frameworkATests
        - frameworkBTests
        - frameworkCTests
        ...

For this settings I get error:
- Target "Application" scheme has invalid test "frameworkATests"

I would expect something like implicit keyword or path to the original project.

49642090-59568d80-fa12-11e8-97bb-76e5f6c19c0c
49642091-59568d80-fa12-11e8-9627-09ecebf84f0c
49642092-59568d80-fa12-11e8-970d-bb6d7b44cee3

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions