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