..
2019-09-20 13:16:20 +02:00
2019-09-17 18:28:56 +02:00
2019-09-15 20:12:24 +02:00
2019-10-22 16:42:03 +02:00

To compile/run the tests, cpputest is required

Get cpputest
$ git clone https://github.com/cpputest/cpputest.git

Compile and install
$ cd cpputest
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install