2016-11-14 14:59:29 +01:00
..
2016-09-29 16:06:01 +02:00
2016-10-03 11:26:44 +02:00
2016-11-14 14:59:29 +01:00
2016-11-14 14:59:29 +01:00
2016-10-20 15:26:53 +02:00
2016-10-12 16:53:34 +02:00
2016-04-08 15:38:45 +02:00
2016-10-03 11:26:44 +02:00
2016-03-04 11:51:53 +01: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