btstack/test
2017-11-17 18:04:16 +01:00
..
att_db att_db: introduce PERSISTENT_WRITE_CCC, add to CCC ATT handle 2017-10-17 14:50:51 +02:00
avdtp update gitignore files 2017-07-07 10:15:43 +02:00
avrcp test/avrcp: fix compile 2017-11-09 13:45:40 +01:00
ble_client test/ble_client: fix compile 2017-09-19 17:21:02 +02:00
btstack_link_key_db tst/btstack_link_key_db: fix compilation 2017-06-30 12:46:02 +02:00
des_iterator
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/gatt_client: fix test for ATT_TRANSACTION_MODE_VALIDATE 2017-09-19 11:55:42 +02:00
hfp hfp hf: exclude rhh tests 2017-06-19 15:52:29 +02:00
linked_list test/linked_list: fix compile 2017-11-17 18:04:16 +01:00
maths
pts a2dp sink: cleanup api, add minimal docu, update tests and examples 2017-08-29 15:22:27 +02:00
ring_buffer
sbc test/sbc: add sine decoder test 2017-05-23 16:56:52 +02:00
sdp_client
security_manager test/security_manager: fix test 2017-08-14 18:10:26 +02:00
tlv_posix 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
btstack_config.h test/flash_tlv: fix test 2017-08-14 16:45:48 +02: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