btstack/test
2019-03-27 12:00:33 +01:00
..
att_db
avdtp
avrcp avrcp: remove browsing flag from create SDP record as it is pat of supported features 2019-02-19 12:04:53 +01:00
base64
ble_client ad_parser: validate data element length fields in ad_iterator_has_more 2019-01-17 16:14:50 +01:00
btstack_link_key_db
crypto
des_iterator
fifo
flash_tlv
gatt_client
hfp test/hfp: handle plc of sco frames with 120 samples 2019-03-08 17:20:42 +01:00
hid_parser
linked_list
map_client map_xml_test: unit test for MAP msg parsing 2019-03-27 12:00:33 +01:00
map_test map_xml_test: unit test for MAP msg parsing 2019-03-27 12:00:33 +01:00
maths
pts avrcp: remove browsing flag from create SDP record as it is pat of supported features 2019-02-19 12:04:53 +01:00
rijndael
ring_buffer
sbc test/sbc+hfp: support original PacketLogger .pklg files with little endian len 2019-03-08 17:08:32 +01:00
sdp
sdp_client
security_manager
tlv_posix
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