btstack/test
2017-05-02 22:37:27 +02:00
..
att_db
avdtp avdtp: don't store sbc frame size into ring buffer 2017-05-02 22:37:27 +02:00
avrcp
ble_client
btstack_link_key_db
des_iterator test: fix des_iterator test 2017-03-26 23:19:26 +02:00
gatt_client
hfp a2dp: avdtp source sends sbc frames at constant speed 2017-03-20 11:43:41 +01:00
linked_list
maths
pts pts: fix avdtp_source_test compilation 2017-04-04 11:55:09 +02:00
ring_buffer
sbc a2dp: avdtp source sends sbc frames at constant speed 2017-03-20 11:43:41 +01:00
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