btstack/test
2018-04-27 15:40:24 +02:00
..
att_db att_db_util: added security requirement arguments to creator functions 2018-04-05 12:36:48 +02:00
avdtp test: fix compile 2018-02-05 18:46:26 +01:00
avrcp test: fix compile 2018-02-05 18:46:26 +01:00
ble_client
btstack_link_key_db test: fix compile 2018-02-05 18:46:26 +01:00
des_iterator
fifo
flash_tlv
gatt_client test: fix compile warnings and gatt_client test 2018-02-19 15:42:54 +01:00
hfp test/hfp: fix test 2018-04-20 17:33:09 +02:00
hid_parser
linked_list
maths
pts avrcp controller: add press and hold cmds 2018-04-27 15:40:24 +02:00
ring_buffer
sbc sbc: fix unused parameter compile error 2018-01-17 16:53:41 +01:00
sdp_client
security_manager test/sm: change to btstack_cyrpto - comment aes_cmac tests, fix test 2018-04-20 11:10:59 +02:00
tlv_posix test: fix compile warnings and gatt_client test 2018-02-19 15:42:54 +01:00
btstack_config.h
Makefile
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