• Home
  • History
  • Annotate
  • only in /external/chromium_org/tools/gyp/test/lib/
NameDateSize

..12-Mar-20154 KiB

README.txt12-Mar-2015542

TestCmd.py12-Mar-201551.3 KiB

TestCommon.py12-Mar-201520.9 KiB

TestGyp.py12-Mar-201546.9 KiB

TestMac.py12-Mar-20152.4 KiB

TestWin.py12-Mar-20153.1 KiB

README.txt

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