Matthias Ringwald 2527d18c69 fix build
2016-11-10 22:00:31 +01:00
..
2016-09-29 16:06:01 +02:00
2016-10-03 11:26:44 +02:00
2016-09-27 15:05:38 +02:00
2016-10-20 15:27:48 +02:00
2016-09-19 15:02:59 +02:00
2016-10-07 22:10:36 +02:00
2016-11-10 22:00:31 +01:00
2016-10-03 11:26:44 +02:00
2016-03-04 11:51:53 +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