2018-04-29 21:55:49 +02:00
..
2018-02-05 18:46:26 +01:00
2018-04-27 16:22:43 +02:00
2017-09-19 17:21:02 +02:00
2018-02-05 18:46:26 +01:00
2017-03-26 23:19:26 +02:00
2018-04-20 17:33:09 +02:00
2017-11-17 18:04:16 +01:00
2016-11-14 15:57:58 +01:00
2018-04-29 21:55:49 +02:00
2017-01-26 17:44:52 +01:00
2016-10-07 22:10:36 +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