2024-12-19 13:50:04 +01:00
..
2024-07-18 11:38:55 +02:00
2021-10-28 15:02:46 +02:00
2024-11-07 18:34:43 +01:00
2024-07-18 11:38:55 +02:00
2024-06-17 15:57:18 +02: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
2023-12-07 15:47:42 +01:00
2023-12-05 18:11:36 +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