btstack/test
2014-05-02 12:08:22 +00:00
..
ble_client ble client: used att_dispatch_register_client 2014-05-02 08:06:50 +00:00
device_db_memory renamed btstack config.h to btstack-config.h to allow for better integration with other projects 2014-01-19 16:45:57 +00:00
gatt_client ble client: scanning functionality moved to hci 2014-05-02 12:08:22 +00:00
sdp_client only compile SDP DES Dump functionality if SDP_DES_DUMP is defined 2014-01-19 17:23:08 +00:00
security_manager fix test mock for security manager 2014-04-28 21:21:34 +00:00
btstack-config.h only compile SDP DES Dump functionality if SDP_DES_DUMP is defined 2014-01-19 17:23:08 +00:00
README add quick note on how to compile tests 2014-04-11 10:31:30 +00:00

To compile/run the tests, cpputest is required

Get cpputest
$ git clone https://github.com/cpputest/cpputest.git

Compile and install
$ cd cpputest
$ ./configure
$ make
$ sudo make install