btstack/test
2019-08-22 17:38:12 +02:00
..
att_db
avdtp
avrcp
base64
ble_client
btstack_link_key_db
crypto
des_iterator
fifo
flash_tlv
gatt_client
hfp
hid_parser
linked_list
map_client
map_test
maths
mesh mesh: use incoming_network_pdu_raw and incoming_network_pdu_decoded in upper transport 2019-08-20 22:27:29 +02:00
obex
pts tool/pts: tool to check random values in SMP Pairing Random command 2019-08-22 17:38:12 +02:00
rijndael
ring_buffer
sbc
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