btstack/test
2014-10-16 09:15:23 +00:00
..
ble_client avoid /** comments, clean up block comments 2014-10-16 09:15:23 +00:00
des_iterator avoid /** comments, clean up block comments 2014-10-16 09:15:23 +00:00
device_db_memory
gatt_client avoid /** comments, clean up block comments 2014-10-16 09:15:23 +00:00
linked_list
sdp_client avoid /** comments, clean up block comments 2014-10-16 09:15:23 +00:00
security_manager avoid /** comments, clean up block comments 2014-10-16 09:15:23 +00:00
btstack-config.h Added BNEP settings to different btstack-config.h 2014-10-08 13:22:06 +00:00
README

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