btstack/test
2017-05-27 22:48:54 +02:00
..
att_db
avdtp test/avdtp: fix include paths 2017-05-27 22:48:54 +02:00
avrcp btstack_stdin: provide console input in callback 2017-05-27 21:50:39 +02:00
ble_client
btstack_link_key_db
des_iterator
gatt_client
hfp
linked_list
maths
pts btstack_stdin: provide console input in callback 2017-05-27 21:50:39 +02:00
ring_buffer
sbc
sdp_client
security_manager
btstack_config.h
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