Index: third_party/webgl/sdk/tests/conformance/00_readme.txt |
=================================================================== |
--- third_party/webgl/sdk/tests/conformance/00_readme.txt (revision 121077) |
+++ third_party/webgl/sdk/tests/conformance/00_readme.txt (working copy) |
@@ -1,13 +0,0 @@ |
-This file "00_test_list.txt" lists which files the test harness should run. |
- |
-If you add new tests you can update it with |
- |
-on windows |
- |
- dir /b *.html >00_test_list.txt |
- |
-on OSX / Linux |
- |
- ls -1 *.html >00_test_list.txt |
- |
- |