btstack/test
2015-03-02 21:40:56 +00:00
..
ble_client update copyright 2015-02-06 11:13:56 +00:00
des_iterator defined new SDP Sevice Class and Protocol constants 2015-02-13 09:28:39 +00:00
gatt_client Stop using pointer to array for bd_addr_t and link_key_t 2015-03-01 20:51:08 +00:00
linked_list
remote_device_db Stop using pointer to array for bd_addr_t and link_key_t 2015-03-01 20:51:08 +00:00
sdp_client
security_manager renamed central_device_db* files into le_device_db* 2015-03-02 21:40:56 +00:00
btstack-config.h fixed test compile 2014-11-28 16:08:08 +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