btstack/test
2016-01-29 18:06:32 +01:00
..
att_db fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +01:00
ble_client test: fix compile advertising_data_parser 2016-01-29 17:52:31 +01:00
des_iterator fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +01:00
gatt_client hci_cmds -> hci_cmd 2016-01-21 11:33:17 +01:00
hfp sdp_parser: replace sdp_query_rfcomm_service_event_t with regular hci event 2016-01-29 18:06:32 +01:00
linked_list fix test compile 2016-01-20 16:23:34 +01:00
pts sdp_parser: replace sdp_query_rfcomm_service_event_t with regular hci event 2016-01-29 18:06:32 +01:00
remote_device_db test: remote_device_db fix by adding custom btstack_config.h 2016-01-29 17:59:42 +01:00
sdp_client sdp_parser: replace sdp_query_rfcomm_service_event_t with regular hci event 2016-01-29 18:06:32 +01:00
security_manager hci_cmds -> hci_cmd 2016-01-21 11:33:17 +01:00
btstack_config.h HAVE_HCI_DUMP -> ENABLE_LOG_INTO_HCI_DUMP 2016-01-21 21:27:06 +01:00
Makefile
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