Skip to content

Windows: Integration tests fails because linkahead.dll cannot be found

Summary

On Windows, the test executables need the linkahead.dll and clinkahead.dll files in the same folder. Otherwise running the tests fails.

Expected Behavior

What did you expect how the software should behave?

Actual Behavior

What did the software actually do?

Steps to Reproduce the Problem

Please describe, step by step, how others can reproduce the problem. Please try these steps for yourself on a clean system.

Specifications

  • Version: Which version of this software?
  • Platform: Which operating system, which other relevant software versions?

Possible fixes

Let cpplib's cmake --install copy the DLLs to the %appdata% folder and copy them to the output directory of the integration tests here.

Edited by Joscha Schmiedt