btstack/test
2016-02-11 14:37:22 +01:00
..
att_db util.h: rename swapX into reverse_x 2016-02-11 14:37:22 +01:00
ble_client
btstack_link_key_db util.h: use lower case for bd_addr_copy and bd_addr_cmp 2016-02-10 17:09:24 +01:00
des_iterator
gatt_client util.h: rename swapX into reverse_x 2016-02-11 14:37:22 +01:00
hfp
linked_list
pts util.h: rename swapX into reverse_x 2016-02-11 14:37:22 +01:00
sdp_client
security_manager util.h: rename swapX into reverse_x 2016-02-11 14:37:22 +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