mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-28 15:20:39 +00:00
12 lines
205 B
Plaintext
12 lines
205 B
Plaintext
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
|