Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export the registration manager and disable relevant tests #12

Open
wants to merge 1 commit into
base: lynx
Choose a base branch
from

Conversation

YangJiao1996
Copy link

In order to split RTTR registration libraries, we have to export the registration manager so multiple dlls will have a single registration table.
This PR exports it and disables the library_test UTs as they are no longer relevant.

@@ -39,7 +39,7 @@ set(SOURCE_FILES main.cpp
misc/array_range_test.cpp
misc/string_view_test.cpp
misc/enum_flags_test.cpp
misc/library_test.cpp
# misc/library_test.cpp After exporting the registration manager, the library test does not make sense any more.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know why you think it doesn't make any sense anymore. This plugin library loading functionality that is heavily used by OMX and RTX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants