All that libunittest needs is a C++11 compliant compiler and an implementation of the C++11 standard library. libunittest compiles with g++ (≥4.6), clang++ (≥3.2), icc (≥14), Visual C++ (≥2013), and other C++11 compliant compilers. It is successfully tested on Linux, MacOSX, FreeBSD, Solaris, Cygwin, and MS Visual Studio.
Download a
source distribution, unpack the tar-ball, and enter the
directory:
tar xfz libunittest-XXX.tar.gz
cd libunittest-XXX
where
./configure
You might want to run
make
make install
Download a
source distribution, unpack the tar-ball, and create a new
Visual Studio project for building a static library, say you name it
In order to actually build your test application you should create another
Visual Studio project for building a console application. Again add
Check the download page for available packages of libunittest.