btstack/test
2016-01-14 19:59:05 +01:00
..
att_db
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
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
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
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