2020-09-09 12:14:37 +02:00
..
2020-08-31 14:27:41 +02:00
2020-07-03 11:33:14 +02:00
2020-08-21 16:02:02 +02:00
2020-01-09 22:20:41 +01:00
2020-07-25 18:54:26 +02:00
2020-09-07 12:35:49 +02:00
2019-09-15 20:12:24 +02:00
2020-07-31 13:12:55 +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