btstack/test
2023-06-01 14:38:59 +02:00
..
ad_parser
att_db test/att_db: add tests 2023-01-09 15:29:09 +01:00
auto-pts test/auto-pts: enable assert 2022-11-23 18:40:40 +01:00
avdtp
avdtp_util
avrcp
base64
ble_client
btstack_link_key_db
btstack_memory btstack_memory: refactor generator code 2022-05-05 17:16:00 +02:00
classic-oob-pairing fix other warnings 2022-11-15 21:18:26 +01:00
crypto test/crypto: fix warning 2022-06-08 16:41:33 +02:00
des_iterator
embedded test/embedded: add test for hci_event 2023-03-24 18:08:41 +01:00
fifo
flash_tlv test/tlv_test: add test for almost full bank 2023-05-02 21:06:36 +02:00
fuzz
gap test/gap: add more unit tests 2023-05-26 09:08:31 +02:00
gatt_client test/gatt_client: test RSI calculation 2023-02-06 18:33:48 +01:00
gatt_server test/gatt_server/mock: add cmac_ready setter 2023-01-09 15:29:09 +01:00
gatt_service_server test/gatt_service_server: remove mics server test 2023-02-07 18:03:32 +01:00
gatt-service-client test/gatt-service-client: fix build 2022-05-05 15:09:06 +02:00
hfp hfp: filter allowed packet types by sco packets supported by remote 2023-06-01 14:38:59 +02:00
hid_parser
l2cap-cbm test/l2cap-cbm: remove call to static function 2023-05-26 09:08:31 +02:00
l2cap-ecbm
lc3 test/lc3: convert bitrate <-> num octets per frame locally 2022-09-21 09:42:00 +02:00
le_audio test/le_audio_broadcast: fix compile 2023-04-17 19:28:37 +02:00
le_device_db_tlv
linked_list test/linked_list: test removing all elements with list functions and iterator 2022-11-10 10:48:47 +01:00
maths
mesh mesh: move gatt services into mesh/gatt-service folder 2022-10-03 12:31:34 +02:00
mock
obex obex_parser: add obex_app_param_parser 2022-05-11 16:41:00 +02:00
ring_buffer
sbc port: use btstack_strcpy and btstack_cat instead of strcpy/strcat 2022-04-29 11:40:35 +02:00
sdp
sdp_client
security_manager
security_manager_sc test/security_manager_sc: use older default connection params to match traces 2023-05-22 20:05:24 +02:00
tlv_posix
.gitignore
btstack_config.h
coverage_filter.py
lcovrc
Makefile test/coverage: improve clean command 2023-02-12 17:55:08 +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