btstack/test
2015-07-03 11:18:03 +02:00
..
att_db removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
ble_client removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
des_iterator removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
gatt_client removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
linked_list removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
pts fix output of bd addr in advertisements in gatt examples 2015-06-19 11:46:28 +02:00
remote_device_db removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
sdp_client removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
security_manager removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +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 ignore security manager test until fixed again 2015-07-03 11:01:27 +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