btstack/test
2015-12-22 21:48:13 +01:00
..
att_db
ble_client
des_iterator
gatt_client prefix linked_list 2015-12-22 21:48:13 +01:00
hfp Merge branch 'master' into ble-api-cleanup 2015-12-18 15:31:55 +01:00
linked_list prefix linked_list 2015-12-22 21:48:13 +01:00
pts Merge branch 'master' into ble-api-cleanup 2015-12-10 10:48:53 +01:00
remote_device_db prefix linked_list 2015-12-22 21:48:13 +01:00
sdp_client
security_manager prefix linked_list 2015-12-22 21:48:13 +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