Matthias Ringwald e841977c96 Revert "test setup"
This reverts commit 2cadc6e2da2d6f0a0d4847e798e510da9db551b2.
2022-07-18 17:50:02 +02:00
..
2021-10-28 15:02:46 +02:00
2022-06-08 16:41:33 +02:00
2022-06-08 16:19:09 +02:00
2022-04-22 12:50:49 +02:00
2022-07-18 17:50:02 +02:00
2022-02-17 18:52:39 +01:00
2022-06-03 15:15:01 +02:00
2022-03-22 22:30:55 +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