btstack/test
2015-10-11 23:31:44 +02:00
..
att_db add hci_dump.c to fix compile 2015-10-11 23:31:11 +02:00
ble_client
des_iterator add hci_dump.c to fix compile 2015-10-11 23:31:11 +02:00
gatt_client fix compile of gatt_client mock 2015-10-11 23:31:44 +02:00
hfp ignore ag client test object 2015-09-23 16:59:52 +02:00
linked_list
pts pass in connection handle instead of address / address_type info for SM API 2015-10-11 21:40:03 +02:00
remote_device_db add hci_dump.c to fix compile 2015-10-11 23:31:11 +02:00
sdp_client add hci_dump.c to fix compile 2015-10-11 23:31:11 +02:00
security_manager pass in connection handle instead of address / address_type info for SM API 2015-10-11 21:40:03 +02:00
btstack-config.h enable log_info and log_error for tests 2015-08-20 17:23:36 +02:00
Makefile add hfp tests to buildbot tests 2015-08-20 17:06:54 +02: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
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install