btstack/test/README
2014-04-11 10:31:30 +00:00

11 lines
190 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
$ ./configure
$ make
$ sudo make install