btstack/test
2014-05-11 20:34:13 +00:00
..
ble_client ble client: used att_dispatch_register_client 2014-05-02 08:06:50 +00:00
device_db_memory
gatt_client drop le_characteristic_value_t and add characteristic write 2014-05-11 20:34:13 +00:00
sdp_client
security_manager use non-flushable packet boundary flag if supported - fixed unspecified behavior sending LE ACL packets 2014-05-09 13:37:31 +00:00
btstack-config.h
README add quick note on how to compile tests 2014-04-11 10:31:30 +00:00

To compile/run the tests, cpputest is required

Get cpputest
$ git clone https://github.com/cpputest/cpputest.git

Compile and install
$ cd cpputest
$ ./configure
$ make
$ sudo make install