btstack/test/README

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