btstack/test
2014-06-12 09:05:24 +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 fix ACL test packet data to get security manager test working again 2014-06-12 09:05:24 +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