node/tools/gyp/test/lib
Ben Noordhuis 4af673e161 gyp: update to r1214 2012-02-20 11:47:03 +01: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 gyp: update to r1214 2012-02-20 11:47:03 +01: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.