btstack/test
2019-05-11 19:08:52 +02:00
..
att_db
avdtp
avrcp test/avrcp: fix compilation 2019-03-30 22:13:17 +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 Use FILENAME_H as include guard (MISRAC2012-Rule-21.1) 2019-05-11 19:08:52 +02:00
des_iterator
fifo
flash_tlv
gatt_client fix built 2019-05-01 21:49:47 +02:00
hfp test/hfp: fix test sequences 2019-04-18 23:11:54 +02: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 Use FILENAME_H as include guard (MISRAC2012-Rule-21.1) 2019-05-11 19:08:52 +02: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 Use FILENAME_H as include guard (MISRAC2012-Rule-21.1) 2019-05-11 19:08:52 +02: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
sdp_client
security_manager fix compilation 2019-03-30 21:30:47 +01: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