btstack/test
2016-05-03 15:24:36 +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 test/sbc: allow stand alone use of encoder/decoder 2016-05-03 15:24:36 +02:00
sdp_client test: fix sm and sdp client 2016-04-08 15:38:45 +02:00
security_manager test: fix sm and sdp client 2016-04-08 15:38:45 +02: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