1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-02-16 15:39:59 +00:00
2021-05-09 23:18:51 +02:00
..
2021-04-08 11:32:52 +02:00
2021-04-15 22:58:24 +02:00
2021-04-13 22:23:33 +02:00
2021-04-07 22:44:01 +02:00
2021-04-07 22:44:01 +02:00
2021-02-03 10:53:23 +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