Unit Testing new libraries

I have written several new libraries for APM and I would like to make unit tests to ensure no errors exist.
I’m however fairly new to C++ and APM’s complicated setup makes it that much harder to set up any form of unit testing.
I am developing in Eclipse CDT (Kepler) on Windows.

Can anyone give me any pointers on how to set up Unit Testing for APM libraries? (If it is at all possible)