Open HaMster21 opened 9 years ago
Please submit an issue to eranpeer/fakeit and I will make my best efforts to fix it. Eran. (The developer of FakeIt)
Hi @eranpeer, thank you for reminding me.
I don't think I can provide you with useful information because I can't really exclude the issue originating in my project settings. I was getting started with CMake and tried to get your example working. Last revision I tried before removing fake was a0e4de4af4402c58afba8ca9678d16f8eea8f488 with the build results available on TravisCI.
I'm about to get back to FakeIt, with better understanding of CMake now. I'll add an issue for FakeIt if I'm sure the error is not infront of the monitor :wink:
Great, thanks. On Apr 28, 2015 8:18 PM, "Hans Meyer" notifications@github.com wrote:
Hi @eranpeer https://github.com/eranpeer, thank you for reminding me.
I don't think I can provide you with useful information because I can't really exclude the issue originating in my project settings. I was getting started with CMake and tried to get your example working. Last revision I tried before removing fake was a0e4de4 https://github.com/elmo-net/router/commit/a0e4de4af4402c58afba8ca9678d16f8eea8f488 with the build results available on TravisCI https://travis-ci.org/elmo-net/router/jobs/55657206.
I'm about to get back to FakeIt, with better understanding of CMake now. I'll add an issue for FakeIt if I'm sure the error is not infront of the monitor [image: :wink:]
— Reply to this email directly or view it on GitHub https://github.com/elmo-net/router/issues/21#issuecomment-97141909.
Whenever I tried to use FakeIt for tests, the compiler complained that there is a missing header, an undeclared type used, or finally that I wasn't using the API correctly.
I like the way FakeIt works (but haven't used other C++ mocking tools so far) but even when including everything fakeit provides and with gcc 4.9.2 in place, there was no way to geht the Quickstart code working.
These issues might be gone when #17 is done.