btstack/test
2015-11-12 23:07:36 +01:00
..
att_db removed btstack/include folder 2015-10-15 16:33:34 +02:00
ble_client removed btstack/include folder 2015-10-15 16:33:34 +02:00
des_iterator removed btstack/include folder 2015-10-15 16:33:34 +02:00
gatt_client add include handle to include service query result event and show in pts test 2015-10-16 11:26:33 +02:00
hfp fixed hfp hf client test 2015-11-11 14:16:35 +01:00
linked_list removed btstack/include folder 2015-10-15 16:33:34 +02:00
pts hsp_hs_test work in progress 2015-11-12 23:07:36 +01:00
remote_device_db add hci_dump.c to fix compile 2015-10-11 23:31:11 +02:00
sdp_client removed btstack/include folder 2015-10-15 16:33:34 +02:00
security_manager removed btstack/include folder 2015-10-15 16:33:34 +02:00
btstack-config.h assert HCI_INCOMING_PRE_BUFFER_SIZE >= 2 for Long Characteristic Reads 2015-10-15 12:32:04 +02:00
Makefile make makefile in test fail on build or test error 2015-10-12 10:59:06 +02: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