btstack/test
2018-07-20 16:55:03 +02:00
..
att_db test: remove outdated include paths 2018-06-26 13:40:35 +02:00
avdtp test: fix compile 2018-02-05 18:46:26 +01:00
avrcp test: fix compile 2018-04-27 16:22:43 +02:00
ble_client test: remove outdated include paths 2018-06-26 13:40:35 +02:00
btstack_link_key_db test: fix compile 2018-02-05 18:46:26 +01:00
des_iterator
fifo
flash_tlv
gatt_client test: remove outdated include paths 2018-06-26 13:40:35 +02:00
hfp test: remove outdated include paths 2018-06-26 13:40:35 +02:00
hid_parser hid_parser: compact single-pass HID Parser to process HID Reports based on HID Descriptor 2017-12-04 14:55:17 +01:00
linked_list test/linked_list: fix compile 2017-11-17 18:04:16 +01:00
maths
pts pts/avdtp_sink_test: drop HAVE_AUDIO_DMA code 2018-07-20 16:50:16 +02:00
ring_buffer
sbc test/sbc: drop HAL_AUDIO_DMA 2018-07-20 16:55:03 +02:00
sdp test: new sdp/sdp_record_builder calculates sdp record sizes based on provided param 2018-06-26 18:31:42 +02:00
sdp_client
security_manager test: remove outdated include paths 2018-06-26 13:40:35 +02:00
tlv_posix test: fix compile warnings and gatt_client test 2018-02-19 15:42:54 +01:00
btstack_config.h avdtp sink: update API to retrun cmd status, fix reconfigure, remove printf from library 2017-12-15 16:11:34 +01: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