btstack/test
2015-10-23 22:41:31 +02:00
..
att_db add hci_dump.c to fix compile 2015-10-11 23:34:42 +02:00
ble_client removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
des_iterator add hci_dump.c to fix compile 2015-10-11 23:34:42 +02:00
gatt_client fix gatt_client test 2015-10-12 18:19:58 +02:00
hfp write test for hfp ag codecs connection 2015-10-23 22:41:31 +02:00
linked_list removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
pts implement backspace for cli 2015-10-16 10:52:52 +02:00
remote_device_db add hci_dump.c to fix compile 2015-10-11 23:34:42 +02:00
sdp_client add hci_dump.c to fix compile 2015-10-11 23:34:42 +02:00
security_manager fix security manager test and disable packet dumping 2015-08-20 17:28:31 +02:00
btstack-config.h enable log_info and log_error for tests 2015-08-20 17:23:36 +02:00
Makefile make makefile in test fail on build or test error 2015-10-12 10:59:46 +02:00
README fix compile for some of the tests, single Makefile for subset 2015-05-14 08:25:34 +02:00

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