xref: /btstack/test/README (revision 4930cef6e21e6da2d7571b9259c7f0fb8bed3d01)
1To compile/run the tests, cpputest is required
2
3Get cpputest
4$ git clone https://github.com/cpputest/cpputest.git
5
6Compile and install
7$ cd cpputest
8$ ./autogen.sh
9$ ./configure
10$ make
11$ sudo make install
12