btstack/test
2022-04-29 11:40:35 +02:00
..
ad_parser test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
att_db test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
auto-pts port: use btstack_strcpy and btstack_cat instead of strcpy/strcat 2022-04-29 11:40:35 +02:00
avdtp
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 hci: define periodic_advertiser_list_entry_t 2022-03-18 19:37:02 +01:00
classic-oob-pairing port: use btstack_strcpy and btstack_cat instead of strcpy/strcat 2022-04-29 11:40:35 +02:00
crypto test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
des_iterator test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
embedded test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
fifo
flash_tlv test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01: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: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
gatt_client test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
gatt_server test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
gatt_service test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
gatt-service-client test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
hfp port: use btstack_strcpy and btstack_cat instead of strcpy/strcat 2022-04-29 11:40:35 +02:00
hid_parser test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
l2cap-cbm test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
l2cap-ecbm test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
lc3 test: use stride feature 2022-04-22 12:50:49 +02:00
le_audio port: use btstack_strcpy and btstack_cat instead of strcpy/strcat 2022-04-29 11:40:35 +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: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
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 test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
maths test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
mesh port: use btstack_strcpy and btstack_cat instead of strcpy/strcat 2022-04-29 11:40:35 +02:00
mock test/mock: fix build 2022-02-17 18:52:39 +01:00
obex test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
pts test/pts: provide template test app 2022-02-07 17:04:50 +01: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 port: use btstack_strcpy and btstack_cat instead of strcpy/strcat 2022-04-29 11:40:35 +02:00
tlv_posix test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
.gitignore
btstack_config.h avrcp_controller: reassemble fragmented AVCTP packets 2021-05-21 14:24:22 +02:00
coverage_filter.py
coverage_subset_bat.py test/coverage: use whitelist for bat subset 2021-06-07 10:44:40 +02:00
lcovrc
Makefile test/coverage: skip demangle step 2022-03-11 22:53:47 +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