Skip to content

Strip vector_mix unit tests when not explicitly enabled #244

@nfrechette

Description

@nfrechette

We current add a define that strips the code but the cpp files still compile and include the header which takes a lot of time given the large number of files. They are also quite slow to run individually with emscripten even though they do nothing. SonarCloud must also scan them, which is slow as well.

Keeping them when they are disabled has little value. We should strip the files entirely when not enabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions