btstack/test
2017-09-22 14:51:03 +02:00
..
att_db test/att_db_util: update le_counter.h 2017-09-22 14:51:03 +02:00
avdtp
avrcp avdtp/avrcp: log error on malloc failure 2017-08-09 16:45:27 +02:00
ble_client test/ble_client: fix compile 2017-09-19 17:21:02 +02:00
btstack_link_key_db
des_iterator
flash_tlv FLASH HAL: use 'bank' instead of 'sector' 2017-08-16 15:58:03 +02:00
gatt_client test/gatt_client: fix test for ATT_TRANSACTION_MODE_VALIDATE 2017-09-19 11:55:42 +02:00
hfp
linked_list
maths
pts a2dp sink: cleanup api, add minimal docu, update tests and examples 2017-08-29 15:22:27 +02:00
ring_buffer
sbc
sdp_client
security_manager test/security_manager: fix test 2017-08-14 18:10:26 +02:00
btstack_config.h test/flash_tlv: fix test 2017-08-14 16:45:48 +02:00
Makefile
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