summaryrefslogtreecommitdiff
path: root/deps/gyp/test/lib/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/lib/README.txt')
-rw-r--r--deps/gyp/test/lib/README.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/deps/gyp/test/lib/README.txt b/deps/gyp/test/lib/README.txt
new file mode 100644
index 0000000000..b3d724574e
--- /dev/null
+++ b/deps/gyp/test/lib/README.txt
@@ -0,0 +1,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.