btstack/test
2016-07-27 14:47:57 +02:00
..
att_db
ble_client ad_parser: use const where possible 2016-05-18 11:23:41 +02:00
btstack_link_key_db prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
des_iterator
gatt_client test/gatt_client: fix compile 2016-06-10 13:58:25 +02:00
hfp hfp hf api change: use acl_handle instead of device addr 2016-07-27 14:47:57 +02:00
linked_list
pts hfp ag api change: use acl_handle instead of bd_addr 2016-07-27 12:22:28 +02:00
sbc sbc decoder: merge decoder + encoder 2016-07-27 11:03:55 +02:00
sdp_client test: fix sm and sdp client 2016-04-08 15:38:45 +02:00
security_manager test/ectest: init dh_key - fixing crash 2016-06-10 14:06:18 +02:00
btstack_config.h test: fix security_manager tests 2016-06-10 13:47:11 +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