Skip to content

Conversation

@brtnfld
Copy link
Contributor

@brtnfld brtnfld commented Jan 5, 2026

Binex example tests were failing because they couldn't find plugin DLLs.
Set TEST_ENV_VALUE to ${PROJECT_BINARY_DIR}/../plugins to point tests
to the correct plugin location in the build tree.


Important

Fixes Windows CI failures by setting environment variables in CMakeLists.txt to locate plugin DLLs.

  • Behavior:
    • Sets TEST_ENV_VAR to HDF5_PLUGIN_PATH and TEST_ENV_VALUE to ${PROJECT_BINARY_DIR}/../plugins in CMakeLists.txt to fix Windows CI failures.
    • Ensures tests can locate plugin DLLs in the build tree.
  • Testing:
    • Modifies test configurations in CMakeLists.txt to include the new environment variable settings for all relevant tests.
    • Affects multiple test definitions, ensuring consistent environment setup.

This description was created by Ellipsis for e6654b7. You can customize this summary. It will automatically update as commits are pushed.

@lrknox lrknox self-assigned this Jan 6, 2026
@brtnfld brtnfld assigned jhendersonHDF and unassigned lrknox Jan 6, 2026
@brtnfld brtnfld merged commit eb29a40 into HDFGroup:master Jan 6, 2026
13 checks passed
@brtnfld brtnfld deleted the winfix branch January 6, 2026 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants