/core/externals/update-engine/externals/google-toolbox-for-mac/BuildingAndUsing.txt

http://macfuse.googlecode.com/ · Plain Text · 18 lines · 13 code · 5 blank · 0 comment · 0 complexity · 0040bdcb39a54d353e069bf34591a434 MD5 · raw file

  1. The GTM project provides a Framework target and Unit Testing targets.
  2. Unit Testing Targets -
  3. These targets are there to make sure all of GTM is working, and reflect the
  4. hierarchy of the source tree.
  5. Building the "All UnitTests" target will build all of the unittests for the
  6. current configuration included in the GTM package. We require that "All
  7. UnitTests" builds cleanly before we will accept any code submissions.
  8. Framework Target -
  9. These targets are there to make it easy for anyone to quickly add GTM sources
  10. to their own project to start using it or playing around with it. However,
  11. the intent is for a developer to manually add the sources to their project in
  12. the end to reduce the total size of their product (since they only have to
  13. include the parts of GTM they need).