btstack/test
mila@ringwald.ch 5a10e3ac4f added new test
2014-08-29 21:22:55 +00:00
..
ble_client remove hexdump2, use printf_hexdump instead 2014-08-15 22:04:48 +00:00
des_iterator added new test 2014-08-29 21:22:55 +00:00
device_db_memory
gatt_client renamed gatt client register handler function 2014-07-04 08:42:30 +00:00
linked_list
sdp_client fixed compile 2014-08-29 09:30:42 +00:00
security_manager remove hexdump2, use printf_hexdump instead 2014-08-15 22:04:48 +00:00
btstack-config.h enable BLE for tests 2014-06-26 20:14:13 +00:00
README

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