Matthias Ringwald 8d3dd4c5b3 fix test compile
2016-03-04 11:51:53 +01:00
..
2015-10-11 23:34:42 +02:00
2016-02-18 11:31:33 +01:00
2016-02-19 14:47:26 +01:00
2016-02-19 14:47:26 +01:00
2015-10-11 23:34:42 +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