MIN: Linker errors on Test Project when patch includes object_register()

Joe Kaplan's icon

Running into this interesting situation. It appears that using some functions from the C API will break the Test project. Here is the simplest reproducible case.

This builds no problem:

Calling object_register() in the constructor. Builds without issue

But attempting to build the Test Project Results in Linker Errors:

Linker errors when building the test project.


Not a showstopper at the moment. But it would be cool to have the option to use MINs built-in catch framework with patches that use the notifications framework.

Please let me know if I'm doing something wrong. Thank you!

Rob Ramirez's icon

i can reproduce and will look into a fix.