summaryrefslogtreecommitdiff
path: root/deps/gyp/test/lib/README.txt
blob: b3d724574e63770d3c67beb5b541290b1e053f5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Supporting modules for GYP testing.

    TestCmd.py
    TestCommon.py

        Modules for generic testing of command-line utilities,
        specifically including the ability to copy a test configuration
        to temporary directories (with default cleanup on exit) as part
        of running test scripts that invoke commands, compare actual
        against expected output, etc.

        Our copies of these come from the SCons project,
        http://www.scons.org/.

    TestGyp.py

        Modules for GYP-specific tests, of course.