FreeYourSoul / FSeam

Cpp header only library to manage compile time mock class generated via Python script
MIT License
86 stars 8 forks source link

Can't use *.h extension for file to mock #15

Closed bapi23 closed 4 years ago

bapi23 commented 4 years ago

Describe the bug I'm not able to mock files with "h" extension

To Reproduce Steps to reproduce the behavior: Just change the extension of the mocked file in the tutorial repository

Expected behavior All extensions should work fine

FreeYourSoul commented 4 years ago

PR merged https://github.com/FreeYourSoul/FSeam/pull/16 , thank you for the contribution