..
2023-12-05 17:47:34 +01:00
2021-10-28 15:02:46 +02:00
2023-12-07 15:47:42 +01:00
2023-12-05 18:11:36 +01:00
2023-12-06 15:29:21 +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