btstack/test
2016-01-20 16:11:27 +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 fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +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 fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +01:00
hfp vesion.h -> btstack_version.h 2016-01-20 16:11:27 +01:00
linked_list forgot to add files in earlier commit 2016-01-20 15:38:37 +01:00
pts vesion.h -> btstack_version.h 2016-01-20 16:11:27 +01:00
remote_device_db fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +01:00
sdp_client fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +01:00
security_manager fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +01:00
btstack-config.h
Makefile fix paths after source reorg 2015-11-13 15:04:41 +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