Skip to content

Make build of tests to same directory as the application on Windows

Pavel Kisliak requested to merge bugfix/copy_dlls_on_windows into main

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description

Additional MR for fix build tests on Windows. Just to remind, there was issue with missed DLL and PDB files in the 'tests' directory (MR !43 (merged)).

  • Add condition to CMake for build tests to the same directory as the application (on Windows).
  • Remove my previous solution with custom target, unfortunately it does not work as expected, because makes list of files on generate step when DLLs not built yet. (I was not able to find better solution than build all to one directory 😞 )
  • Pass path to OpenETPServer executable from CMake
Edited by Pavel Kisliak

Merge request reports