Skip to content

changes to files in test_data are ignored #77

@tomjnixon

Description

@tomjnixon

Test data files are copied to the build dir here:

file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/test_data" DESTINATION ${PROJECT_BINARY_DIR})

But this only happens when cmake runs, so if the test data is edited it will be stale when the tests are ran.

Suggest just running the tests in the source dir.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions