node/tools/gyp/test/lib
Ryan Dahl 60a9e1e40f Upgrade GYP to r1115 2011-12-21 12:39:36 -08:00
..
README.txt gyp: upgrade to r1103 2011-12-03 21:28:17 +01:00
TestCmd.py gyp: upgrade to r1103 2011-12-03 21:28:17 +01:00
TestCommon.py gyp: upgrade to r1103 2011-12-03 21:28:17 +01:00
TestGyp.py Upgrade GYP to r1115 2011-12-21 12:39:36 -08:00

README.txt

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.