btstack/test
2016-08-24 13:45:38 +02:00
..
att_db
ble_client
btstack_link_key_db drop HAVE_INIT_SCRIPT from port/*/btstack_config.h as it's not used anymore 2016-07-17 22:38:24 +02:00
des_iterator
gatt_client sm: sm_cmac_start -> sm_cmac_signed_write 2016-06-20 11:34:56 +02:00
hfp move esco accept connection to the upper layers (hfp, hsp) 2016-07-28 11:41:57 +02:00
linked_list linked_list: add tests for linked_list_count and fix off-by one 2016-07-22 19:51:32 +02:00
pts Merge branch 'develop' into a2dp 2016-08-24 13:45:38 +02:00
sbc sbc decoder: merge decoder + encoder 2016-07-27 11:03:55 +02:00
sdp_client
security_manager test/sm: avoid c++ warning 2016-06-27 16:05:17 +02:00
btstack_config.h drop HAVE_INIT_SCRIPT from port/*/btstack_config.h as it's not used anymore 2016-07-17 22:38:24 +02:00
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