1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-02-12 21:40:03 +00:00

12 lines
205 B
Plaintext
Raw Normal View History

2014-04-11 10:31:30 +00: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
2014-04-11 10:31:30 +00:00
$ ./configure
$ make
$ sudo make install