btstack/test
2015-11-13 15:04:41 +01:00
..
att_db fix paths after source reorg 2015-11-13 15:04:41 +01:00
ble_client fix paths after source reorg 2015-11-13 15:04:41 +01:00
des_iterator fix paths after source reorg 2015-11-13 15:04:41 +01:00
gatt_client fix paths after source reorg 2015-11-13 15:04:41 +01:00
hfp fix paths after source reorg 2015-11-13 15:04:41 +01:00
linked_list fix paths after source reorg 2015-11-13 15:04:41 +01:00
pts fix paths after source reorg 2015-11-13 15:04:41 +01:00
remote_device_db fix paths after source reorg 2015-11-13 15:04:41 +01:00
sdp_client fix paths after source reorg 2015-11-13 15:04:41 +01:00
security_manager fix paths after source reorg 2015-11-13 15:04:41 +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