btstack/test
2021-02-23 17:57:12 +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 cmake: use pkg config for libusb compile/link flags 2021-01-21 18:57:04 +01:00
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 test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +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 test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +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 test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
mock test/mock: start reusable mock library 2020-09-25 11:37:06 +02:00
obex test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
pts pts/avdtp_source: make ldac encoder optional 2021-02-23 17:57:12 +01:00
ring_buffer test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
sbc update python scripts to python3 2020-11-03 15:19:00 +01:00
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 test/auto-pts: collect coverage for auto-pts run 2020-08-29 21:51:25 +02:00
btstack_config.h test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
coverage_demangle.py test/coverage: demangle C++ function names before merging coverage files 2020-09-21 12:04:18 +02:00
coverage_filter.py update python scripts to python3 2020-11-03 15:19:00 +01:00
coverage_subset_bat.py test/coverage: update bat subset 2020-10-31 19:28:28 +01:00
lcovrc test/security_manager_sc: print testname on stderr 2020-09-24 10:33:35 +02:00
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