• Wez Furlong's avatar
    getdeps: introduce `build --enable-tests` option · 42925695
    Wez Furlong authored
    Summary:
    This controls whether tests are built or not.
    They are not built by default.  When `--enable-tests` is turned on,
    tests are enabled for the named project only, not all of the deps.
    This results in a faster build, because eg: the number of tests in
    folly is very large and consumers of folly don't want to spend so
    much time waiting to build tests when really all they want to do
    is build their own project.
    
    Reviewed By: strager
    
    Differential Revision: D15246336
    
    fbshipit-source-id: 2e22fd60c983b059f71639602712087f2a188ec6
    42925695
fbthrift 592 Bytes