mehulhirpara opened a new issue #895: Nimble host tests are not running due to 
compilation issue
URL: https://github.com/apache/mynewt-core/issues/895
 
 
   I have create new project to work on NimBLE and trying to run tests but 
found compilation issues. 
   
   Build logs for reference: 
[nimble_host_test_compilation_log.txt](https://github.com/apache/mynewt-core/files/1796624/nimble_host_test_compilation_log.txt)
   
   Working solution is to initialize structure in following way:
   struct ble_hs_test_util_hci_num_completed_pkts_entry ncpe[2] = **{ {0} }**;
   
   instead of:
   struct ble_hs_test_util_hci_num_completed_pkts_entry ncpe[2] = **{ 0 }**;
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to