2024-09-25 08:06:03 +02:00
..
2024-07-18 11:38:55 +02:00
2021-10-28 15:02:46 +02:00
2024-07-18 11:38:55 +02:00
2024-06-17 15:57:18 +02:00
2024-07-31 13:33:49 +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