btstack/test
2016-04-01 11:41:58 +02:00
..
att_db examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
ble_client hci: set link_key_db via hci_set_link_key_db instead of via hci_init(). 2016-02-11 20:10:17 +01:00
btstack_link_key_db prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
des_iterator
gatt_client fix prototypes for fn() 2016-03-28 11:54:38 +02:00
hfp events: RFCOMM_EVENT_OPEN_CHANNEL_COMPLETE -> RFCOMM_EVENT_CHANNEL_OPENED 2016-03-31 23:37:33 +02:00
linked_list
pts bnep: add bnep_cid to all events, generate bnep event getters, BNEP_EVENT_OPEN_CHANNEL_COMPLETE -> BNEP_EVENT_CHANNEL_OPENED 2016-04-01 11:41:58 +02:00
sdp_client test: fix sdp-client compile 2016-03-28 12:04:29 +02:00
security_manager test: fix security manager aes test compile 2016-03-28 12:15:13 +02:00
btstack_config.h prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
Makefile fix test compile 2016-03-04 11:51:53 +01: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