btstack/test
2023-06-01 17:39:35 +02:00
..
ad_parser test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
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 cmake: use pkg config for libusb compile/link flags 2021-01-21 18:57:04 +01:00
avdtp_util test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
avrcp example/a2dp_sink_demo: fix compile 2021-10-28 15:02:46 +02:00
base64 test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
ble_client test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
btstack_link_key_db test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
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 test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
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 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 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 17:39:35 +02:00
hid_parser test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
l2cap-cbm test/l2cap-cbm: remove call to static function 2023-05-26 09:08:31 +02:00
l2cap-ecbm test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
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 test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
linked_list test/linked_list: test removing all elements with list functions and iterator 2022-11-10 10:48:47 +01:00
maths test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
mesh mesh: move gatt services into mesh/gatt-service folder 2022-10-03 12:31:34 +02:00
mock test/mock: fix build 2022-02-17 18:52:39 +01:00
obex obex_parser: add obex_app_param_parser 2022-05-11 16:41:00 +02:00
ring_buffer test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
sbc port: use btstack_strcpy and btstack_cat instead of strcpy/strcat 2022-04-29 11:40:35 +02:00
sdp test: fix compile warnings 2022-03-22 22:30:55 +01:00
sdp_client test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
security_manager test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
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 test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
.gitignore test/auto-pts: collect coverage for auto-pts run 2020-08-29 21:51:25 +02:00
btstack_config.h avrcp_controller: reassemble fragmented AVCTP packets 2021-05-21 14:24:22 +02:00
coverage_filter.py update python scripts to python3 2020-11-03 15:19:00 +01:00
lcovrc test/security_manager_sc: print testname on stderr 2020-09-24 10:33:35 +02:00
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