btstack/test
2017-08-14 18:10:26 +02:00
..
att_db
avdtp
avrcp
ble_client
btstack_link_key_db
des_iterator
flash_tlv le_device_db_tlv: le_device_db.h implementation on top of btstack_tlv.h interface 2017-08-11 16:34:10 +02:00
gatt_client test/gatt_client: fix compile 2017-08-14 17:17:45 +02:00
hfp
linked_list
maths
pts
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