..
2018-02-05 18:46:26 +01:00
2019-03-30 22:13:17 +01:00
2018-02-05 18:46:26 +01:00
2017-03-26 23:19:26 +02:00
2019-05-01 21:49:47 +02:00
2019-04-18 23:11:54 +02:00
2017-11-17 18:04:16 +01:00
2016-11-14 15:57:58 +01: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