btstack/test
2016-05-20 17:13:25 +02:00
..
att_db
ble_client
btstack_link_key_db
des_iterator
gatt_client compile-gatt.py -> compile_gatt.py 2016-04-10 21:58:19 +02:00
hfp fix compile 2016-04-08 17:08:38 +02:00
linked_list
pts compile-gatt.py -> compile_gatt.py 2016-04-10 21:58:19 +02:00
sbc sbc: removed mapping from V to U 2016-05-20 17:13:25 +02:00
sdp_client
security_manager
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