btstack/test
2019-07-20 08:50:36 +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: fix compile without ENABLE_MESH_PROXY_SERVER 2019-07-20 08:50:36 +02:00
obex
pts
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