1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/canvas/test/webgl-conformance/conformance/00_readme.txt Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +This file "00_test_list.txt" lists which files the test harness should run. 1.5 + 1.6 +If you add new tests you can update it with 1.7 + 1.8 +on windows 1.9 + 1.10 + dir /b *.html >00_test_list.txt 1.11 + 1.12 +on OSX / Linux 1.13 + 1.14 + ls -1 *.html >00_test_list.txt 1.15 + 1.16 +