I have to test my program and I was advised to use Google Test. I have downloaded a file from google test page called gtest-1.6.0. It contains many folders and some files.
I have no idea what I should do next... Can anyone give an advice? I read that I have to "Compile Google Test into a library". How can I do that (I use MinGW32)?
And another trouble - Where can i read a manual about how to write the tests for my app?