xref: /btstack/test/README (revision 0af04ee4d37be8d9457648a5a7a21f3a4ff171da)
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