Page MenuHomePhabricator

Dartclient tests crash due to missing external libraries
Open, LowPublic

Description

When adding the micron tracker libraries to the continuous windows dart client, tests which did finish successfully before started to crash. This seems to be due to missing dlls, as the library paths are available for the build but not when ctest is run.

For now I quickfixed it on the dart client by extending the PATh variable in the continuous start script to include the necessary path.

This could potentially be fixed by writing all additional library paths to disk and reading the file when testing.