btstack/test
2024-07-23 18:26:02 +02:00
..
ad_parser
att_db
auto-pts
avdtp
avdtp_util test: fix build 2024-07-18 11:38:55 +02:00
avrcp
base64
ble_client
btstack_link_key_db
btstack_memory
classic-oob-pairing test: fix build 2024-07-18 11:38:55 +02:00
crypto
des_iterator
embedded test/btstack-util: add unit tests 2024-04-18 10:59:51 +02:00
fifo
flash_tlv test/flash_tlv: add variant for explicit delete field to build 2024-05-17 10:30:25 +02:00
fuzz test/fuzz: add fuzz_l2cap_whitebox 2024-06-17 15:57:18 +02:00
gap
gatt_client test/gatt-client: add unit tests 2024-04-18 10:59:51 +02:00
gatt_server
gatt_service_server test/gatt-service: test wrong transaction mode for battery_service_server 2024-04-18 10:59:51 +02:00
gatt-service-client test/gatt-service-client: add tests 2024-04-18 10:59:51 +02:00
hfp test/hfp: test parsing of apple extensions 2024-07-23 18:26:02 +02:00
hid_parser
l2cap-cbm
l2cap-ecbm
lc3
le_audio btstack_defines: add leaudio meta event and subevent types 2024-05-07 15:41:56 +02:00
le_device_db_tlv
linked_list
maths
mesh test/mesh: fix sbc_encoder.h not found by including ./3rd-party/bluedroid/* (#591) 2024-05-06 16:10:22 +02:00
mock test/gatt-service: simulate hci event in mock_gatt_client 2024-04-18 10:59:51 +02:00
obex
ring_buffer
sbc
sdp
sdp_client
security_manager
security_manager_sc
tlv_posix
.gitignore
btstack_config.h
coverage_filter.py
lcovrc
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