btstack/test
2017-07-25 15:15:03 +02:00
..
att_db examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
avdtp update gitignore files 2017-07-07 10:15:43 +02:00
avrcp avrcp target: add avrcp target connect/sdp query/disconnect; extend a2dp source demo 2017-07-21 14:49:04 +02:00
ble_client fix compile 2016-09-29 16:06:01 +02:00
btstack_link_key_db tst/btstack_link_key_db: fix compilation 2017-06-30 12:46:02 +02:00
des_iterator test: fix des_iterator test 2017-03-26 23:19:26 +02:00
flash_tlv test/flash_tlv: sort link key db using btstack_tlv on top of hal_flash_sector into main folders 2017-06-05 11:52:35 +02:00
gatt_client sm: sm_cmac_start -> sm_cmac_signed_write 2016-06-20 11:34:56 +02:00
hfp hfp hf: exclude rhh tests 2017-06-19 15:52:29 +02:00
linked_list linked_list: add pop and get_first_item operations 2016-11-07 13:08:44 +01:00
maths maths: aproximation of sqrt 2016-11-14 15:57:58 +01:00
pts l2cap: introduce parameter object l2cap_ertm_config_t for l2cap_create_ertm_channel and l2cap_accept_ertm_connection 2017-07-25 15:15:03 +02:00
ring_buffer test/ringbuffer: update test 2017-01-26 17:44:52 +01:00
sbc test/sbc: add sine decoder test 2017-05-23 16:56:52 +02:00
sdp_client fix common realloc mistake 2016-10-07 22:10:36 +02:00
security_manager test: fix compile. libusb: fix warning 2017-07-04 17:38:30 +02:00
btstack_config.h l2cap_ertm: add ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE define 2017-07-25 15:13:59 +02:00
Makefile tests: disable maths while it fails to build on build server 2017-02-27 20:43:10 +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