2022-02-23 18:22:15 +01:00
..
2021-09-06 17:04:48 +02:00
2021-11-23 10:10:39 +01:00
2021-10-28 15:02:46 +02:00
2021-12-05 20:46:44 +01:00
2021-09-06 17:04:48 +02:00
2021-09-06 17:04:48 +02:00
2022-02-17 18:52:39 +01:00
2022-02-07 17:04:50 +01:00
2020-11-03 15:19:00 +01:00
2021-11-23 10:10:39 +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