2023-08-28 16:06:54 +02:00
..
2022-11-23 18:40:40 +01:00
2021-10-28 15:02:46 +02:00
2022-11-15 21:18:26 +01:00
2023-08-28 16:06:54 +02:00
2022-02-17 18:52:39 +01:00
2023-02-12 17:55:08 +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