btstack/test
2016-01-21 12:09:19 +01:00
..
att_db fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +01:00
ble_client hci_cmds -> hci_cmd 2016-01-21 11:33:17 +01:00
des_iterator fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +01:00
gatt_client hci_cmds -> hci_cmd 2016-01-21 11:33:17 +01:00
hfp rfcomm: drop _internal 2016-01-21 12:09:19 +01:00
linked_list fix test compile 2016-01-20 16:23:34 +01:00
pts rfcomm: drop _internal 2016-01-21 12:09:19 +01:00
remote_device_db fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +01:00
sdp_client hci_cmds -> hci_cmd 2016-01-21 11:33:17 +01:00
security_manager hci_cmds -> hci_cmd 2016-01-21 11:33:17 +01:00
btstack-config.h assert HCI_INCOMING_PRE_BUFFER_SIZE >= 2 for Long Characteristic Reads 2015-10-15 12:32:04 +02:00
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