btstack/test
2021-03-04 16:51:27 +01:00
..
ad_parser test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
att_db test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
auto-pts test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
avdtp
avdtp_util test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
avrcp
base64 test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
ble_client test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
btstack_link_key_db test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
btstack_memory ble/battery_service_client: implement query services 2021-03-04 16:51:27 +01:00
crypto test/crypto: remove unused test in reference implementation 2021-02-03 10:47:19 +01:00
des_iterator test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
embedded test/embedded: add btstack_util tests 2021-02-01 16:19:35 +01:00
fifo
flash_tlv test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
fuzz est/fuzz: improve gatt_client fuzzer 2021-02-25 19:09:02 +01:00
gap test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
gatt_client test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
gatt_server test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
gatt_service test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
hfp test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
hid_parser test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
le_device_db_tlv test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
linked_list test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
map_client test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
map_test test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
maths test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
mesh fix builds: libusb cmake, tool/metrics, test/mesh 2021-03-03 14:28:48 +01:00
mock
obex test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
pts pts: corrected openaptx to libopenaptx 2021-02-24 18:17:40 +01:00
ring_buffer test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
sbc
sdp hid_device: add BLUETOOTH_ATTRIBUTE_HID_NORMALLY_CONNECTABLE to SDP record and an input param to hid_create_sdp_record function 2021-02-09 15:59:55 +01:00
sdp_client test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
security_manager test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
security_manager_sc test: use ENABLE_SOFTWARE_AES128 by all tests 2021-01-29 14:41:39 +01:00
tlv_posix test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
.gitignore
btstack_config.h test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
coverage_demangle.py
coverage_filter.py
coverage_subset_bat.py
lcovrc
Makefile test: add test target 2021-02-03 10:53:23 +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