The unit tests were created for an older API of the library and they would no longer compile.
It is also worth checking whether the correct header include is #include "UnitTest++/UnitTest++.h instead of #include "unittest++/UnitTest++.h"; this might compile on OS X, but other Unix filesystems are case-sensitive.
The unit tests were created for an older API of the library and they would no longer compile.
It is also worth checking whether the correct header include is
#include "UnitTest++/UnitTest++.hinstead of#include "unittest++/UnitTest++.h"; this might compile on OS X, but other Unix filesystems are case-sensitive.