File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<project name =" csslint" default =" build.all" >
2
2
3
3
<!-- version number -->
4
- <property name =" csslint.version" value =" 0.9.9 " />
4
+ <property name =" csslint.version" value =" 0.9.10 " />
5
5
6
6
<!-- the directories containing the source files -->
7
7
<property name =" src.dir" value =" ./src" />
96
96
</target >
97
97
98
98
<!-- run tests on the command line -->
99
- <target name =" test" depends =" build.all,lint,test.general.rules" >
99
+ <target name =" test.rhino " depends =" build.all,lint,test.general.rules" >
100
100
<exec executable =" java" failonerror =" true" >
101
101
<arg line =" -jar" />
102
102
<arg path =" ${ lib.dir } /js.jar" />
118
118
</target >
119
119
120
120
<!-- tests using Node.js for better performance -->
121
- <target name =" test.node " depends =" build.all,lint" >
121
+ <target name =" test" depends =" build.all,lint" >
122
122
<exec executable =" yuitest" failonerror =" true" >
123
123
<arg line =" --webcompat" />
124
124
<arg path =" ${ build.dir } /${ tests.node.build.file } " />
You can’t perform that action at this time.
0 commit comments