README.txt 542 B

1234567891011121314151617
  1. Supporting modules for GYP testing.
  2. TestCmd.py
  3. TestCommon.py
  4. Modules for generic testing of command-line utilities,
  5. specifically including the ability to copy a test configuration
  6. to temporary directories (with default cleanup on exit) as part
  7. of running test scripts that invoke commands, compare actual
  8. against expected output, etc.
  9. Our copies of these come from the SCons project,
  10. http://www.scons.org/.
  11. TestGyp.py
  12. Modules for GYP-specific tests, of course.