1 |
wakaba |
1.1 |
WTTJS_PL = /home/httpd/html/www/webidl2tests/bin/wttjs.pl |
2 |
|
|
|
3 |
|
|
all: webdomcore html xhr |
4 |
|
|
|
5 |
|
|
webdomcore: |
6 |
|
|
perl $(WTTJS_PL) --idl-file-name idls/webdomcore-20081008.idl \ |
7 |
|
|
--instances-file-name idls/webdomcore.json \ |
8 |
|
|
--test-dir-name tests/ \ |
9 |
|
|
--testset-id webdomcore-20081008 |
10 |
|
|
|
11 |
|
|
html: |
12 |
|
|
perl $(WTTJS_PL) --idl-file-name idls/html5-r2321.idl \ |
13 |
|
|
--instances-file-name idls/html.json \ |
14 |
|
|
--test-dir-name tests/ \ |
15 |
|
|
--testset-id html5-r2321 |
16 |
|
|
|
17 |
|
|
xhr: |
18 |
|
|
perl $(WTTJS_PL) --idl-file-name idls/xhr2-20081006.idl \ |
19 |
|
|
--instances-file-name idls/xhr.json \ |
20 |
|
|
--test-dir-name tests/ \ |
21 |
|
|
--testset-id xhr2-20081006 |