-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Labels
Description
Hi
I am experimenting FakeIt with CppUTest and the stand-alone single header for use in a training exercise. It works nicely and I had no problem getting it working with CppUTest, but the 10,000 line single header adds a second to test build on my linux box.
I have a cloud server I use with cyber-dojo as a training exercise server. This environment is shared by people doing training exercises. For simple test-runners that include fakeit.h, there is a 20-second build time on my dev server.
Is there are non-single header way of using FakeIt? You know, separating interface from implementation?
Thanks, James