robotology / robot-testing-framework

Robot Testing Framework (RTF)
http://robotology.github.io/robot-testing-framework/index.html
GNU Lesser General Public License v2.1
19 stars 11 forks source link

FixturePluginLoader test get stuck on Win32 if compiled in Debug #75

Closed Nicogene closed 7 years ago

Nicogene commented 7 years ago

On Windows the test FixturePluginLoader get stuck if RTF is compiled in Debug. We should also enable tests on appveyor and the compilation in debug.

Nicogene commented 7 years ago

The tests ad several configurations has been added in #76. With @drdanz we found that in Debug configuration the plugin loader tries to load the dlls in build/Release folder, without the "d" in the dll name. For backward compatibility it will be fixed in devel branch, in master appveyor runs only in Release

aerydna commented 7 years ago

Fixed by #78