2024-12-18 17:47:28 +01:00
..
2024-11-07 18:34:43 +01:00
2024-12-18 17:47:28 +01:00
2024-12-18 16:03:46 +01:00
2024-11-16 18:06:15 +01:00
2024-12-18 16:04:58 +01:00
2024-09-25 16:16:17 +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