File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<project name =" csslint" default =" build.all" >
22
33 <!-- version number -->
4- <property name =" csslint.version" value =" 0.9.9 " />
4+ <property name =" csslint.version" value =" 0.9.10 " />
55
66 <!-- the directories containing the source files -->
77 <property name =" src.dir" value =" ./src" />
9696 </target >
9797
9898 <!-- 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" >
100100 <exec executable =" java" failonerror =" true" >
101101 <arg line =" -jar" />
102102 <arg path =" ${ lib.dir } /js.jar" />
118118 </target >
119119
120120 <!-- tests using Node.js for better performance -->
121- <target name =" test.node " depends =" build.all,lint" >
121+ <target name =" test" depends =" build.all,lint" >
122122 <exec executable =" yuitest" failonerror =" true" >
123123 <arg line =" --webcompat" />
124124 <arg path =" ${ build.dir } /${ tests.node.build.file } " />
You can’t perform that action at this time.
0 commit comments