btstack/test
2015-11-20 15:37:17 +01:00
..
att_db add hci_dump.c to fix compile 2015-10-11 23:34:42 +02:00
ble_client
des_iterator add hci_dump.c to fix compile 2015-10-11 23:34:42 +02:00
gatt_client fix gatt_client test 2015-10-12 18:19:58 +02:00
hfp hfp: add global call state machine to hgp ag, handle incoming call when no call is active 2015-11-20 10:36:58 +01:00
linked_list
pts send indicator updates before any RING 2015-11-20 15:37:17 +01:00
remote_device_db add hci_dump.c to fix compile 2015-10-11 23:34:42 +02:00
sdp_client add hci_dump.c to fix compile 2015-10-11 23:34:42 +02:00
security_manager
btstack-config.h
Makefile make makefile in test fail on build or test error 2015-10-12 10:59:46 +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