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, 0 insertions, 17 deletions
diff --git a/deps/gyp/test/lib/README.txt b/deps/gyp/test/lib/README.txt
deleted file mode 100644
index b3d724574e..0000000000
--- a/deps/gyp/test/lib/README.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-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.