btstack/test
2022-02-23 18:22:15 +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 example/a2dp_sink_demo: fix compile 2021-10-28 15:02:46 +02:00
base64
ble_client
btstack_link_key_db
btstack_memory tool/btstack_memory_generator: update copyright, fix deinit 2022-01-17 22:17:20 +01:00
classic-oob-pairing l2cap: trigger information requests on connect if ENABLE_L2CAP_INFORMATION_REQUESTS_ON_CONNECT 2022-02-11 11:08:39 +01:00
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 btstack_config: use official terms for l2cap channel modes - ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE 2021-11-19 10:09:49 +01:00
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 test/gatt_service: fix compile 2022-02-02 15:37:07 +01:00
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
lc3 test/lc3: add lc3 encoder and decoder tools 2022-02-23 18:22:15 +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 btstack_config: use official terms for l2cap channel modes - ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE 2021-11-19 10:09:49 +01:00
map_test
maths
mesh
mock test/mock: fix build 2022-02-17 18:52:39 +01:00
obex obex: add stream-based obex parser and tests 2021-11-26 22:34:48 +01:00
pts test/pts: provide template test app 2022-02-07 17:04:50 +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