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