btstack/test
2022-01-11 19:58:44 +01:00
..
ad_parser
att_db
auto-pts test/security_manager_sc: use newer clang __gcov_dump instead of __gcov_flush 2022-01-06 16:48:24 +01:00
avdtp
avdtp_util test: fix warnings 2021-11-23 10:10:39 +01:00
avrcp
base64
ble_client
btstack_link_key_db
btstack_memory
classic-oob-pairing
crypto test/crypto: test invalid aes key len 2021-12-03 11:47:45 +01:00
des_iterator
embedded test/embedded: add hci_dump_test 2021-12-05 20:46:44 +01:00
fifo
flash_tlv
fuzz
gap
gatt_client test: update return types for some mock functions 2021-12-13 17:03:37 +01:00
gatt_server test/gatt_server: disconnect complete event with ongoing indication 2021-12-15 23:11:53 +01:00
gatt_service
gatt-service-client
hfp
hid_parser
l2cap-cbm test: split l2cap-channel into l2cap-cbm and l2cap-ecbm 2021-11-30 11:18:56 +01:00
l2cap-ecbm test: split l2cap-channel into l2cap-cbm and l2cap-ecbm 2021-11-30 11:18:56 +01:00
le_audio test/le_audio: add AICS and VOCS gatt file 2022-01-11 19:57:21 +01:00
le_device_db_tlv test/le_device_db_tlv: fix counter tests 2021-12-10 23:31:31 +01:00
linked_list
map_client
map_test
maths
mesh
mock test/mock: add memory based TLV 2021-12-14 18:38:58 +01:00
obex obex: add stream-based obex parser and tests 2021-11-26 22:34:48 +01:00
pts gatt-service/mics: update gatt files and est code 2022-01-11 19:58:44 +01:00
ring_buffer
sbc
sdp
sdp_client test: fix warnings 2021-11-23 10:10:39 +01:00
security_manager
security_manager_sc test/security_manager_sc: use newer clang __gcov_dump instead of __gcov_flush 2022-01-06 16:48:24 +01:00
tlv_posix
.gitignore
btstack_config.h
coverage_demangle.py
coverage_filter.py
coverage_subset_bat.py
lcovrc
Makefile test: split l2cap-channel into l2cap-cbm and l2cap-ecbm 2021-11-30 11:18:56 +01:00
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