You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Alan D. Cabrera" <ad...@toolazydogs.com> on 2013/12/31 04:46:48 UTC

TDD/Unit testing ATS plugins

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 AT plugin.

Happy to provide more detail.  Thanks!


Regards,
Alan