eranpeer / FakeIt

C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.
MIT License
1.23k stars 169 forks source link

#154 adapt to new catch2 include paths #165

Closed alnkpa closed 5 years ago

alnkpa commented 5 years ago

This PR introduces a preprocessor check for the newer catch2 include path introduced in catch2 2.3.0 as proposed in #154 .

This limits supported compilers to those that support __has_include.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 99.923% when pulling 1da0b3c987df81e6e3e184ff7181c538e10d9eae on alnkpa:feature/support-catch2-2.3.0-and-beyond into 362271de8f59178aaf12fc0c27de1a814ee5a98d on eranpeer:master.