Skip to content

export _create_TangoTest_class to .so

Mateusz C requested to merge matcelary/TangoTest:pytango-545-issue into main

To be able to test the fix for this pytango ticket: pytango#545 we need a TangoTest.so file with exported _create_TangoTest_class function. Only then we will be able in pytango to run a Cpp server embedded in pytango.

_create_TangoTest_class was existing before in TangoTest source code, but it was not getting exported to .so file

relevant Pytango MR: pytango!679

Edited by Mateusz C

Merge request reports