btstack/test
2018-04-29 21:55:49 +02:00
..
att_db att_db_util: added security requirement arguments to creator functions 2018-04-05 12:36:48 +02:00
avdtp test: fix compile 2018-02-05 18:46:26 +01:00
avrcp test: fix compile 2018-04-27 16:22:43 +02:00
ble_client test/ble_client: fix compile 2017-09-19 17:21:02 +02:00
btstack_link_key_db test: fix compile 2018-02-05 18:46:26 +01:00
des_iterator test: fix des_iterator test 2017-03-26 23:19:26 +02:00
fifo l2cap: round robin for fixed channel send requests 2017-11-04 21:41:53 +01:00
flash_tlv le_device_db_tlv: only cache used enries, don't compact anymore 2017-10-16 17:04:57 +02:00
gatt_client test: fix compile warnings and gatt_client test 2018-02-19 15:42:54 +01:00
hfp test/hfp: fix test 2018-04-20 17:33:09 +02:00
hid_parser hid_parser: compact single-pass HID Parser to process HID Reports based on HID Descriptor 2017-12-04 14:55:17 +01:00
linked_list test/linked_list: fix compile 2017-11-17 18:04:16 +01:00
maths
pts test/pts: fix warning 2018-04-29 21:55:49 +02:00
ring_buffer
sbc sbc: fix unused parameter compile error 2018-01-17 16:53:41 +01:00
sdp_client
security_manager test/sm: change to btstack_cyrpto - comment aes_cmac tests, fix test 2018-04-20 11:10:59 +02:00
tlv_posix test: fix compile warnings and gatt_client test 2018-02-19 15:42:54 +01:00
btstack_config.h avdtp sink: update API to retrun cmd status, fix reconfigure, remove printf from library 2017-12-15 16:11:34 +01:00
Makefile btstack_tlv_posix: basic implementation that keeps all entries in RAM but persists new entries to disk 2017-10-23 14:24:19 +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