btstack/test
2016-01-14 13:42:58 +01:00
..
att_db
ble_client
des_iterator
gatt_client
hfp hfp test: fix test sequence 2016-01-14 13:42:58 +01:00
linked_list
pts try sending 16 bit pcm sco data 2016-01-08 21:04:00 +01:00
remote_device_db
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