Project

General

Profile

Feature #1895

Updated by Junxiao Shi almost 9 years ago

In [[IntegrationTests]], integration tests, allow code to be cloned from an alternate branch. 

 Currently, integration test suite clones ndn-cxx, NFD, and other project code from GitHub master branch. 
 It's desirable to allow overriding the branch (eg. cloning from a pending Change on Gerrit, or using a local code repository), so that integration tests can be used to evaluate unmerged code.

Back