btstack/test
2016-01-14 19:59:05 +01:00
..
att_db merge from master 2015-11-25 14:48:19 +01:00
ble_client run_loop: pass in run_loop_X_get_instance() to run_loop_init(). Various other fixes 2016-01-06 17:31:20 +01:00
des_iterator merge from master 2015-11-25 14:48:19 +01:00
gatt_client hci_trasport: add type to hci transport config, update all ports 2016-01-06 23:02:46 +01:00
hfp Merge branch 'master' into ble-api-cleanup 2016-01-14 19:59:05 +01:00
linked_list fix compile 2016-01-06 22:59:05 +01:00
pts Merge branch 'master' into ble-api-cleanup 2016-01-08 23:14:07 +01:00
remote_device_db run_loop: pass in run_loop_X_get_instance() to run_loop_init(). Various other fixes 2016-01-06 17:31:20 +01:00
sdp_client pass in service record handle for sdp spp create 2015-11-25 15:57:48 +01:00
security_manager hci_trasport: add type to hci transport config, update all ports 2016-01-06 23:02:46 +01:00
btstack-config.h
Makefile fix paths after source reorg 2015-11-13 15:04:41 +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