btstack/test
2015-06-19 11:46:28 +02:00
..
att_db added att_db_util to construct GATT DB at runtime 2015-05-23 23:35:37 +02:00
ble_client more .gitignore 2015-06-12 19:46:32 +02:00
des_iterator more .gitignore 2015-06-12 19:46:32 +02:00
gatt_client more .gitignore 2015-06-12 19:46:32 +02:00
linked_list more .gitignore 2015-06-12 19:46:32 +02:00
pts fix output of bd addr in advertisements in gatt examples 2015-06-19 11:46:28 +02:00
remote_device_db more .gitignore 2015-06-12 19:46:32 +02:00
sdp_client more .gitignore 2015-06-12 19:46:32 +02:00
security_manager more .gitignore 2015-06-12 19:46:32 +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
Makefile added att_db_util to construct GATT DB at runtime 2015-05-23 23:35:37 +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