btstack/test
2016-03-24 20:26:16 +01:00
..
att_db
ble_client
btstack_link_key_db rewrite sscanf_bd_addr to be sscanf free 2016-03-04 14:21:22 +01:00
des_iterator
gatt_client java: use streamline event names, GAP_LE_EVENT_ADVERTISING_REPORT -> GAP_EVENT_ADVERTISING_REPORT 2016-03-07 17:19:53 +01:00
hfp sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record 2016-03-17 11:24:38 +01:00
linked_list
pts runloop: replace struct btstack_data_source with btstack_data_source_t 2016-03-24 20:26:16 +01:00
sdp_client sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record 2016-03-17 11:24:38 +01:00
security_manager
btstack_config.h
Makefile fix test compile 2016-03-04 11:51:53 +01: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
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install