2021-06-28 19:50:54 +02:00
..
2021-06-21 10:40:22 +02:00
2021-04-15 22:58:24 +02:00
2021-04-07 22:44:01 +02:00
2020-11-03 15:19:00 +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