btstack/test
2019-01-12 23:15:46 +01:00
..
att_db
avdtp
avrcp
base64 btstack_base64_decoder: minimal base64 with streaming api 2018-10-15 16:32:01 +02:00
ble_client
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
hfp test/sbc+hfp: use O_RDONLY to read packet log on windows 2019-01-03 12:11:19 +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
maths
pts gatt_service: use GATTSERVICE as event prefix for GATT services 2018-11-02 09:29:31 +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: fix in_raw to not use plc 2019-01-03 13:52:00 +01:00
sdp
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
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