btstack/test
2014-12-04 09:40:43 +00:00
..
ble_client avoid /** comments, clean up block comments 2014-10-16 09:15:23 +00:00
des_iterator moved de_get_uint16 into sdp_utils 2014-12-04 09:40:43 +00:00
device_db_memory renamed btstack config.h to btstack-config.h to allow for better integration with other projects 2014-01-19 16:45:57 +00:00
gatt_client added log error if peripheral mtu is not iniitalized 2014-12-03 22:33:07 +00:00
linked_list added linked list iterator implementation and unit tests 2014-06-16 20:55:54 +00:00
sdp_client avoid /** comments, clean up block comments 2014-10-16 09:15:23 +00:00
security_manager avoid /** comments, clean up block comments 2014-10-16 09:15:23 +00:00
btstack-config.h fixed test compile 2014-11-28 16:08:08 +00:00
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