Hi
Well, as topic says I am having trouble getting CppUTest set up and running.
I've DL the source from github,
http://cpputest.github.io/, and have as the Readme file prescribes typed make in the folder's root directory.
The compilation and linking seems to be successful, but as the "Running CppUTest_tests" point is reached, the program simply seems to be stuck. It does not freeze or anything, but simply seems to be keep running these tests... I have tried different versions, but get the same outcome on all of them.
The library libCppUTests.a seems to get built and so does the CppUTest_tests.exe
Tried to link in the library and #include "CppUTest/CommandLineTestRunner.h", this compiles without hitches, but does not give any output on the console.
I expect that it is me who has failed to do something basic, but simply cannot seem to find the issue.
I am using Eclipse Juno and Cygwin on Windows XP and am kindda stuck to this platform.
Some help / suggestions would be very very much appreciated :)
Regards
Hans