Hello!
I've got a problem getting CppUTest running with Eclipse and I don't know where else to look for a solution.
I've done everything what was mentioned in the first 3 minutes of this video to setup the system, but i always get errors when building the (simple) project.
http://www.tvagile.com/2010/10/20/c-and-tdd-getting-started/In the video he adds the CppUTest library folder to the library folder search path. But in my lib folder aren't any files so it's clear that the linker can't find what he's searching for.
I than copied all src files into my project but this just gave me more errors.
I'm using Eclipse Luna with the newest available Cygwin files.
Could someone please tell me which steps I have to exactly follow, to get CppUTest running with Eclipse??
Best regards