TartanLlama / function_ref

A lightweight, non-owning reference to a callable.
Creative Commons Zero v1.0 Universal
169 stars 23 forks source link

Enable tests by default only when not a subproject. #15

Open no-more-secrets opened 5 years ago

no-more-secrets commented 5 years ago

This way, function_ref testing is opt-in when in the context of a parent project as opposed to being on by default, which is frequently not desirable.