Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cmake configuration for the location of the test data #513

Closed
wants to merge 2 commits into from

Commits on Nov 21, 2024

  1. Add cmake configuration for the location of the test data

    tests/CMakeLists.txt: add CYTNX_TEST_DATA_DIR variable for the location of the test data root directory
    
    Update all tests that reference the test data directory to load data from CYTNX_TEST_DATA_DIR
    ianmccul committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    c0f451f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. changed to use add_compile_definitions()

    Confirmed works for the CPU tests and GPU tests
    ianmccul committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    0511117 View commit details
    Browse the repository at this point in the history