btstack/test
2017-06-13 15:23:23 +02:00
..
att_db
avdtp test/avdtp: remove avdtp_sink_demo as it is in examples now 2017-06-02 15:01:58 +02:00
avrcp avrcp+avdtp sink: add joined demo 2017-06-13 15:23:23 +02:00
ble_client
btstack_link_key_db
des_iterator
flash_tlv test/flash_tlv: sort link key db using btstack_tlv on top of hal_flash_sector into main folders 2017-06-05 11:52:35 +02:00
gatt_client
hfp
linked_list
maths
pts
ring_buffer
sbc
sdp_client
security_manager
btstack_config.h test/flash_tlv: implement btstack_link_key_db_tlv based on btstack_tlv 2017-06-04 23:09:58 +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