btstack/test
2015-05-14 10:20:44 +02:00
..
ble_client fix compile for some of the tests, single Makefile for subset 2015-05-14 08:25:34 +02:00
des_iterator
gatt_client fix compile for some of the tests, single Makefile for subset 2015-05-14 08:25:34 +02:00
linked_list
remote_device_db add re-used records from device db in front, extend tests a bit 2015-05-14 10:20:44 +02:00
sdp_client
security_manager fix compile for some of the tests, single Makefile for subset 2015-05-14 08:25:34 +02:00
btstack-config.h add re-used records from device db in front, extend tests a bit 2015-05-14 10:20:44 +02:00
README fix compile for some of the tests, single Makefile for subset 2015-05-14 08:25:34 +02:00

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