btstack/test
2019-03-27 15:21:19 +01:00
..
att_db test: remove outdated include paths 2018-06-26 13:40:35 +02:00
avdtp
avrcp stm32-f4discovery-cc256x, test/avrcp: fix compile 2019-03-27 15:21:19 +01:00
base64 btstack_base64_decoder: minimal base64 with streaming api 2018-10-15 16:32:01 +02:00
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 btstack_crypto: fix typo in ccm functions 2019-01-12 23:15:46 +01:00
des_iterator
fifo
flash_tlv
gatt_client test: remove outdated include paths 2018-06-26 13:40:35 +02:00
hfp test/hfp: handle plc of sco frames with 120 samples 2019-03-08 17:20:42 +01:00
hid_parser btstack_hid_parser, hid_device: use one hid_report_type struct, move report_size_valid from test to library 2018-10-22 15:49:55 +02:00
linked_list
map_client goep_client: rename functions 2019-03-27 12:00:33 +01:00
map_test map_util: move code map messages parsing 2019-03-27 12:00:33 +01:00
maths
obex test/obex_message_builder: move const params from test group 2019-03-27 12:00:33 +01:00
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 test/security_manager: move rijndael aes128 into test/rijndael folder 2018-10-05 15:31:38 +02:00
ring_buffer
sbc test/sbc+hfp: support original PacketLogger .pklg files with little endian len 2019-03-08 17:08:32 +01: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: move crypto tests from seurity manager into own crypto folder 2018-10-26 10:32:43 +02:00
tlv_posix test: fix compile warnings and gatt_client test 2018-02-19 15:42:54 +01:00
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