blob: a04eaa37b3311ac75e0616728b40aa055d02aa6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|