I'm looking for an example of an ATS plugin that has extensive unit tests. I'm having problems linking my Boost unit tests against the plugin library for obvious reasons, it's a module not a shared library.
I tried setting up an internal static library that the tests would link against but can't seem to get the object files directly included into the ATS plugin. Happy to provide more detail. Thanks! Regards, Alan