btstack/test
2022-03-28 11:56:00 +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 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: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
avrcp
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 test/classic-oob-pairing: use ENABLE_AVDTP_ACCEPTOR_EXPLICIT_START_STREAM_CONFIRMATION 2022-03-28 11:56:00 +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
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 test/hfp: add +CLIP test data 2022-03-18 09:30:47 +01: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/lc3: fix decoder for 8_1 and 441 in stereo 2022-03-10 20:20:37 +01:00
le_audio test/le_audio: only dump truncated periodic advertising data 2022-03-24 20:27:02 +01: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
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 test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01: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 test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01: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 newer clang __gcov_dump instead of __gcov_flush 2022-01-06 16:48:24 +01:00
tlv_posix test: only compile CppUTest files with c++ compiler 2022-03-11 22:15:38 +01:00
.gitignore
btstack_config.h
coverage_filter.py
coverage_subset_bat.py
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