martinmoene / lest

A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
Boost Software License 1.0
390 stars 45 forks source link

Consider support for LibIdentify #50

Open martinmoene opened 7 years ago

martinmoene commented 7 years ago

janwilmans/LibIdentify - Standard method to identify a project's executable, for now specifically aimed at test-frameworks.

See also Catch issue #931.