Skip to content

enh(core): load latest built libraries first

Flavien BRIDAULT requested to merge 859-fix-test-many-test-fails-with-gcc into dev

Description

We propose to fix the problem by taking, in priority, the library symlink with the ".so" extension. Indeed, it always corresponds to the latest built version of the library, which is what the developer wants normally.

Closes #859 (closed)

How to test it?

  • coreTest should pass again.
  • all tests should pass.
  • try to launch an app.
Edited by Flavien BRIDAULT

Merge request reports