btstack/test
2015-11-15 20:56:59 +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 rework SDP Service Record management. Service Records can be stored in ROM, daemon creates records on the heap 2015-11-15 20:56:59 +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 rework SDP Service Record management. Service Records can be stored in ROM, daemon creates records on the heap 2015-11-15 20:56:59 +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 fix compile for some of the tests, single Makefile for subset 2015-05-14 08:25:34 +02:00

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