Closed jatozy closed 5 years ago
Hello, A fix has just been provided for this issue. I may also add a way to register manually any type of extension file to handle in the future (I add it into the todo list file of the project and close this ticket when you confirm it is fixed)
Sounds good. I will test it on the weekend.
Did you give it a try?
Hi sorry for the very late reply,
yes I have tried it and yes now the fileending .h works.
Is your feature request related to a problem? Please describe. Currently I am playing with FSeam. And in my test project I use the fileending *.h for header files. E.g. I have the class component2 which shall be mocked for class component1. And When I compile the tests, I get the errormessage:
The CMakeLists.txt of the tests contains the test:
When I change the name of the file component2.h to component2.hpp, then the error doesn't appear.
Describe the solution you'd like Because of that this framework shall be used with ancient legacy code, and *.h is a very often fileending for header files, it would be nice if you would disable the filter for the filename of the headerfiles.